isLoading property
bool
get
isLoading
Whether the status is "failed".
Implementation
bool get isLoading => this == VideoInitStatus.loading;
Whether the status is "failed".
bool get isLoading => this == VideoInitStatus.loading;