DriveAbout class

Constructors

DriveAbout({String? category, int? maxFileUploadSize, int? maxThumbnailSize, bool? needUpdate, StorageQuota? storageQuota, DriveUser? user, String? updateUrl})
DriveAbout.fromJson(String source)
factory
DriveAbout.fromMap(Map<String, dynamic> map)
factory

Properties

category String?
Resource type, for example, drive#about.
final
hashCode int
The hash code for this object.
no setterinherited
maxFileUploadSize int?
Maximum size of a file that can be uploaded.
final
maxThumbnailSize int?
Maximum thumbnail size, in bytes.
final
needUpdate bool?
Checks whether a user needs to update the security policy.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageQuota StorageQuota?
Storage quota limits and usage of a user,
final
updateUrl String?
URL of the web page for updating the security policy.
final
user DriveUser?
Storage quota limits and usage of a user,
final

Methods

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

Operators

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