toJson method

Map<String, dynamic> toJson()

Implementation

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