menu
ur_registry_flutter package
documentation
response_interface.dart
Response
getUint32 method
getUint32 method
dark_mode
light_mode
getUint32
method
int
getUint32
(
)
Implementation
int getUint32() { throwIfPresent(); checkValueType(typeUInt32); return data._uInt32; }
ur_registry_flutter package
documentation
response_interface
Response
getUint32 method
Response class