menu
xyz_device_info package
documentation
_common.dart
GenerateModel
fromOrNull static method
fromOrNull static method
dark_mode
light_mode
fromOrNull
static method
GenerateModel
?
fromOrNull
(
BaseModel
?
other
)
Implementation
static GenerateModel? fromOrNull( BaseModel? other, ) { return fromJsonOrNull(other?.toJson())!; }
xyz_device_info package
documentation
_common
GenerateModel
fromOrNull static method
GenerateModel class