SuiRequestGetDynamicFieldObject class
Return the dynamic field object information for a specified object sui documation
- Inheritance
- 
    - Object
- BaseServiceRequest<SuiApiGetDynamicFieldObjectResponse, Map< String, dynamic> , SuiRequestDetails>
- SuiRequest<SuiApiGetDynamicFieldObjectResponse, Map< String, dynamic> >
- SuiRequestGetDynamicFieldObject
 
Constructors
- SuiRequestGetDynamicFieldObject({required String parentObjectId, required SuiApiDynamicFieldName name})
- 
          The owner's Sui address
            const
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- method → String
- 
  The Sui method associated with the request.
  no setteroverride
- name → SuiApiDynamicFieldName
- 
  The Name of the dynamic field
  final
- pagination → SuiApiRequestPagination?
- 
  
  finalinherited
- parentObjectId → String
- 
  The ID of the queried parent object
  final
- requestType → RequestServiceType
- 
  
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  buildRequest(int requestID) → SuiRequestDetails 
- 
  Converts the request parameters to a SuiRequestDetails object.
  inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  onResonse(Map< String, dynamic> result) → SuiApiGetDynamicFieldObjectResponse
- 
  
  override
- 
  toJson() → List 
- 
  Converts the request parameters to a JSON representation.
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited