Batchable class abstract

The abstract class that defines a Batchable Drive Request.

Implementers

Constructors

Batchable(String requestName)
Default constructor.

Properties

hashCode int
The hash code for this object.
no setterinherited
requestName String
Request type that describes a DriveRequest with its service name and method name concatenated with a #.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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