toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final condition = this.condition;
  final dataset = this.dataset;
  final domain = this.domain;
  final groupByEmail = this.groupByEmail;
  final iamMember = this.iamMember;
  final role = this.role;
  final routine = this.routine;
  final specialGroup = this.specialGroup;
  final userByEmail = this.userByEmail;
  final view = this.view;
  return {
    'condition': ?condition,
    'dataset': ?dataset,
    'domain': ?domain,
    'groupByEmail': ?groupByEmail,
    'iamMember': ?iamMember,
    'role': ?role,
    'routine': ?routine,
    'specialGroup': ?specialGroup,
    'userByEmail': ?userByEmail,
    'view': ?view,
  };
}