toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (P_ref != null) '\$ref': P_ref!,
      if (typeValue != null) 'type_value': typeValue!,
    };