toJson method

Map<String, dynamic> toJson()

Implementation

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