menu
ur_registry_flutter package
documentation
response_native.dart
Response
getBoolean method
getBoolean method
dark_mode
light_mode
getBoolean
method
bool
getBoolean
(
)
Implementation
bool getBoolean() { throwIfPresent(); checkValueType(typeBoolean); return data._boolean; }
ur_registry_flutter package
documentation
response_native
Response
getBoolean method
Response class