ofOrNull static method

DataRefModel? ofOrNull(
  1. DataRefModel? other
)

Implementation

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