isFetchingNip05 property

bool get isFetchingNip05

Implementation

bool get isFetchingNip05 => _isFetchingNip05;
set isFetchingNip05 (bool value)

Implementation

set isFetchingNip05(bool value) {
  _isFetchingNip05 = value;
  notifyListeners();
}