isSet method
Whether a computed currently carries a resolved value.
Implementation
bool isSet(AsyncSlotHandle<dynamic> handle) =>
handle.state == AsyncSlotState.resolved;
Whether a computed currently carries a resolved value.
bool isSet(AsyncSlotHandle<dynamic> handle) =>
handle.state == AsyncSlotState.resolved;