toJson method

Map<String, dynamic> toJson()

Implementation

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