toJson method

Map<String, dynamic> toJson()

Implementation

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