isLoadingLocale property

Observable<bool> isLoadingLocale
final

Raw observable to track locale loading state (no codegen)

Implementation

final Observable<bool> isLoadingLocale = Observable(false);