toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final childPrivileges = this.childPrivileges;
  final etag = this.etag;
  final isOuScopable = this.isOuScopable;
  final kind = this.kind;
  final privilegeName = this.privilegeName;
  final serviceId = this.serviceId;
  final serviceName = this.serviceName;
  return {
    'childPrivileges': ?childPrivileges,
    'etag': ?etag,
    'isOuScopable': ?isOuScopable,
    'kind': ?kind,
    'privilegeName': ?privilegeName,
    'serviceId': ?serviceId,
    'serviceName': ?serviceName,
  };
}