toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final P_ref = this.P_ref;
  final parameterName = this.parameterName;
  return {r'$ref': ?P_ref, 'parameterName': ?parameterName};
}