toJson method

Map<String, dynamic> toJson()

Implementation

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