ofOrNull static method

Implementation

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