Item class

Constructors

Item({String? crxVersion, String? id, List<ItemError>? itemError, String? kind, String? publicKey, String? uploadState})
Item.fromJson(Map json_)

Properties

crxVersion String?
The CRX version of the item.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Unique ID of the item.
getter/setter pair
itemError List<ItemError>?
Detail human-readable status of the operation, in English only.
getter/setter pair
kind String?
Identifies this resource as an Item.
getter/setter pair
publicKey String?
Public key of this item.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uploadState String?
Status of the operation.
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