isEmpty property

bool? isEmpty

Check if the content is empty.

Implementation

bool? get isEmpty => _context!.callMethod('isEmpty');