empty method

bool empty()

Returns true if the vector contains no elements.

Implementation

bool empty() => _data.isEmpty;