isUpdating property
bool
get
isUpdating
Returns true if this service is currently processing an update call.
Implementation
bool get isUpdating => _isUpdating;
Returns true if this service is currently processing an update call.
bool get isUpdating => _isUpdating;