isActive property

bool isActive

Is true if any data are stored in localization map.

Implementation

bool get isActive => _data.length > 0;