isEmpty method

bool isEmpty()

Returns true if there's no data.

Implementation

bool isEmpty() => _data == null || _data!.isEmpty;