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