ofOrNull static method

Property? ofOrNull(
  1. Property? other
)

Implementation

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