toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final additionalRoleInfo = this.additionalRoleInfo;
  final canCreateDrives = this.canCreateDrives;
  final canCreateTeamDrives = this.canCreateTeamDrives;
  final domainSharingPolicy = this.domainSharingPolicy;
  final driveThemes = this.driveThemes;
  final etag = this.etag;
  final exportFormats = this.exportFormats;
  final features = this.features;
  final folderColorPalette = this.folderColorPalette;
  final importFormats = this.importFormats;
  final isCurrentAppInstalled = this.isCurrentAppInstalled;
  final kind = this.kind;
  final languageCode = this.languageCode;
  final largestChangeId = this.largestChangeId;
  final maxUploadSizes = this.maxUploadSizes;
  final name = this.name;
  final permissionId = this.permissionId;
  final quotaBytesByService = this.quotaBytesByService;
  final quotaBytesTotal = this.quotaBytesTotal;
  final quotaBytesUsed = this.quotaBytesUsed;
  final quotaBytesUsedAggregate = this.quotaBytesUsedAggregate;
  final quotaBytesUsedInTrash = this.quotaBytesUsedInTrash;
  final quotaType = this.quotaType;
  final remainingChangeIds = this.remainingChangeIds;
  final rootFolderId = this.rootFolderId;
  final selfLink = this.selfLink;
  final teamDriveThemes = this.teamDriveThemes;
  final user = this.user;
  return {
    'additionalRoleInfo': ?additionalRoleInfo,
    'canCreateDrives': ?canCreateDrives,
    'canCreateTeamDrives': ?canCreateTeamDrives,
    'domainSharingPolicy': ?domainSharingPolicy,
    'driveThemes': ?driveThemes,
    'etag': ?etag,
    'exportFormats': ?exportFormats,
    'features': ?features,
    'folderColorPalette': ?folderColorPalette,
    'importFormats': ?importFormats,
    'isCurrentAppInstalled': ?isCurrentAppInstalled,
    'kind': ?kind,
    'languageCode': ?languageCode,
    'largestChangeId': ?largestChangeId,
    'maxUploadSizes': ?maxUploadSizes,
    'name': ?name,
    'permissionId': ?permissionId,
    'quotaBytesByService': ?quotaBytesByService,
    'quotaBytesTotal': ?quotaBytesTotal,
    'quotaBytesUsed': ?quotaBytesUsed,
    'quotaBytesUsedAggregate': ?quotaBytesUsedAggregate,
    'quotaBytesUsedInTrash': ?quotaBytesUsedInTrash,
    'quotaType': ?quotaType,
    'remainingChangeIds': ?remainingChangeIds,
    'rootFolderId': ?rootFolderId,
    'selfLink': ?selfLink,
    'teamDriveThemes': ?teamDriveThemes,
    'user': ?user,
  };
}