DriveChannel class

Mixed in types

Constructors

DriveChannel({String? url, String? id, String? category, String? resourceId, String? resourceUri, String? userToken, String? type, int? expirationTime, Map<String, String>? params, bool? payload})
DriveChannel.fromJson(String source)
factory
DriveChannel.fromMap(Map<String, dynamic> map)
factory

Properties

category String?
getter/setter pair
expirationTime int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
params Map<String, String>?
getter/setter pair
paramsToSet Map<String, dynamic>?
getter/setter pairinherited
payload bool?
getter/setter pair
resourceId String?
getter/setter pair
resourceUri String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
getter/setter pair
url String?
getter/setter pair
userToken String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setParams(String fieldName, dynamic value) → void
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