toJson method

Map<String, dynamic> toJson()

Implementation

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