creatingStatus property
final
Status of the createGroup progression.
May be:
status.isEmpty
, meaning the query has not yet started.status.isLoading
, meaning the createGroup is executing.
Implementation
final Rx<RxStatus> creatingStatus = Rx<RxStatus>(RxStatus.empty());