toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final inherited = this.inherited;
  final inheritedFrom = this.inheritedFrom;
  final role = this.role;
  final teamDrivePermissionType = this.teamDrivePermissionType;
  return {
    'inherited': ?inherited,
    'inheritedFrom': ?inheritedFrom,
    'role': ?role,
    'teamDrivePermissionType': ?teamDrivePermissionType,
  };
}