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