isEmpty property

bool get isEmpty

Check whether the current LanguageDataProvider this empty.

Implementation

bool get isEmpty => _getData == null || _getSupportedCodes == null;