ofOrNull static method

GenerateModel? ofOrNull(
  1. GenerateModel? other
)

Implementation

static GenerateModel? ofOrNull(
  GenerateModel? other,
) {
  return fromJsonOrNull(other?.toJson());
}