ofOrNull static method

Generate? ofOrNull(
  1. Generate? other
)

Implementation

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