menu
ur_registry_flutter package
documentation
response_interface.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_interface
Response
getBoolean method
Response class