isEmpty property

bool isEmpty

Check whether the current LanguageDataProvider this empty.

Implementation

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