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