FlagsNamespace class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fetch()
→ Future<List>
-
-
get(String key)
→ Future<Map<String, dynamic>?>
-
Single-flag lookup (SDK 4.0). Wraps
GET /v1/client/flags/{key}. Returns null for unknown or
disabled keys; rethrows other failures.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited