AwaPermissionRequested class

Annotations
  • @JsonSerializable()

Constructors

AwaPermissionRequested()
AwaPermissionRequested.fromJson(Map<String, dynamic> json)
factory

Properties

affectedItemId String?
Item instance ID the action shall be applied to. This is optional for all but a new AwaType values. Rule of thumb is to provide the item instance ID if one is available.
getter/setter pair
characterId String?
Destiny character ID, if applicable, that will be affected by the action.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
membershipType BungieMembershipType?
Destiny membership type of the account to modify.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type AwaType?
Type of advanced write action.
getter/setter pair

Methods

asyncToJson() Future<Map<String, dynamic>>
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

Static Methods

asyncFromJson(Map<String, dynamic> json) Future<AwaPermissionRequested>