toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final customName = this.customName;
  final oaId = this.oaId;
  return {'customName': ?customName, 'oaId': ?oaId};
}