AptosGraphQLRequestGetCurrentTokenData class
- Inheritance
- 
    - Object
- BaseServiceRequest<List< AptosGraphQLTokenCollection> , Map<String, dynamic> , AptosRequestDetails>
- AptosRequest<List< AptosGraphQLTokenCollection> , Map<String, dynamic> >
- AptosGraphQLRequest<List< AptosGraphQLTokenCollection> , Map<String, dynamic> >
- AptosGraphQLRequestGetCurrentTokenData
 
Constructors
- 
          AptosGraphQLRequestGetCurrentTokenData({required AptosGraphQLPaginatedWithOrderVariablesParams variables, Map<String, String> ? headers})
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  headers
  → Map<String, String> ?
- 
  
  final
- method → String
- 
  
  no setteroverride
- 
  pathParameters
  → List<String> 
- 
  
  no setterinherited
- 
  queryParameters
  → Map<String, String?> 
- 
  
  no setterinherited
- 
  queryVariables
  → Map<String, dynamic> 
- 
  
  no setteroverride
- requestType → RequestServiceType
- 
  
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- variables → AptosGraphQLPaginatedWithOrderVariablesParams
- 
  
  final
Methods
- 
  buildRequest(int requestID) → AptosRequestDetails 
- 
  
  inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  onResonse(Map< String, dynamic> result) → List<AptosGraphQLTokenCollection> 
- 
  
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited