ApplicationLocalState class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.kebab)

Constructors

ApplicationLocalState({required int id, required ApplicationStateSchema schema, required List<TealKeyValue> keyValue, int? closedOutAtRound, bool? deleted, int? optedInAtRound})
ApplicationLocalState.fromJson(Map<String, dynamic> json)
factory

Properties

closedOutAtRound int?
Round when account closed out of the application.
final
deleted bool?
Whether or not the application local state is currently deleted from its account.
final
hashCode int
The hash code for this object.
no setterinherited
id int
The application which this local state is for.
final
keyValue List<TealKeyValue>
storage
final
optedInAtRound int?
Round when the account opted into the application.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema ApplicationStateSchema
The schema (required)
final

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