fromOrNull static method
Implementation
static GenerateDartModel? fromOrNull(
BaseModel? other,
) {
return fromJsonOrNull(other?.toJson())!;
}
static GenerateDartModel? fromOrNull(
BaseModel? other,
) {
return fromJsonOrNull(other?.toJson())!;
}