toJson method

Map<String, dynamic> toJson()

Implementation

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