ofOrNull static method

Field? ofOrNull(
  1. Field? other
)

Implementation

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