About class

Information about the user, the user's Drive, and system capabilities.

Constructors

About({bool? appInstalled, bool? canCreateDrives, bool? canCreateTeamDrives, List<AboutDriveThemes>? driveThemes, Map<String, List<String>>? exportFormats, List<String>? folderColorPalette, Map<String, List<String>>? importFormats, String? kind, Map<String, String>? maxImportSizes, String? maxUploadSize, AboutStorageQuota? storageQuota, List<AboutTeamDriveThemes>? teamDriveThemes, User? user})
About.fromJson(Map json_)

Properties

appInstalled bool?
Whether the user has installed the requesting app.
getter/setter pair
canCreateDrives bool?
Whether the user can create shared drives.
getter/setter pair
canCreateTeamDrives bool?
Deprecated: Use canCreateDrives instead.
getter/setter pair
driveThemes List<AboutDriveThemes>?
A list of themes that are supported for shared drives.
getter/setter pair
exportFormats Map<String, List<String>>?
A map of source MIME type to possible targets for all supported exports.
getter/setter pair
folderColorPalette List<String>?
The currently supported folder colors as RGB hex strings.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
importFormats Map<String, List<String>>?
A map of source MIME type to possible targets for all supported imports.
getter/setter pair
kind String?
Identifies what kind of resource this is.
getter/setter pair
maxImportSizes Map<String, String>?
A map of maximum import sizes by MIME type, in bytes.
getter/setter pair
maxUploadSize String?
The maximum upload size in bytes.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageQuota AboutStorageQuota?
The user's storage quota limits and usage.
getter/setter pair
teamDriveThemes List<AboutTeamDriveThemes>?
Deprecated: Use driveThemes instead.
getter/setter pair
user User?
The authenticated user.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited