ParsedSplTokenGenericInstruction class 
    abstract
 
 
    
    
    
  
    
  
    Properties
    
        - 
  copyWith
  → _$$ParsedSplTokenGenericInstructionImplCopyWith<_$ParsedSplTokenGenericInstructionImpl>
  
- 
  Create a copy of ParsedSplTokenInstruction
with the given fields replaced by the non-null parameter values.
  no setter 
- 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  info
  → dynamic
  
- 
  
  no setter 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
- 
  type
  → String
  
- 
  
  no setter 
 
    
  
    Methods
    
        - 
  map<TResult extends Object?>({required TResult transfer(ParsedSplTokenTransferInstruction value), required TResult transferChecked(ParsedSplTokenTransferCheckedInstruction value), required TResult generic(ParsedSplTokenGenericInstruction value)})
    → TResult
  
  
- 
  
  inherited 
- 
  mapOrNull<TResult extends Object?>({TResult? transfer(ParsedSplTokenTransferInstruction value)?, TResult? transferChecked(ParsedSplTokenTransferCheckedInstruction value)?, TResult? generic(ParsedSplTokenGenericInstruction value)?})
    → TResult?
  
  
- 
  
  inherited 
- 
  maybeMap<TResult extends Object?>({TResult transfer(ParsedSplTokenTransferInstruction value)?, TResult transferChecked(ParsedSplTokenTransferCheckedInstruction value)?, TResult generic(ParsedSplTokenGenericInstruction value)?, required TResult orElse()})
    → TResult
  
  
- 
  
  inherited 
- 
  maybeWhen<TResult extends Object?>({TResult transfer(SplTokenTransferInfo info, String type)?, TResult transferChecked(SplTokenTransferCheckedInfo info, String type)?, TResult generic(dynamic info, String type)?, required TResult orElse()})
    → TResult
  
  
- 
  
  inherited 
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  toJson()
    → Map<String, dynamic>
  
  
- 
  Serializes this ParsedSplTokenInstruction to a JSON map.
  inherited 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited 
- 
  when<TResult extends Object?>({required TResult transfer(SplTokenTransferInfo info, String type), required TResult transferChecked(SplTokenTransferCheckedInfo info, String type), required TResult generic(dynamic info, String type)})
    → TResult
  
  
- 
  
  inherited 
- 
  whenOrNull<TResult extends Object?>({TResult? transfer(SplTokenTransferInfo info, String type)?, TResult? transferChecked(SplTokenTransferCheckedInfo info, String type)?, TResult? generic(dynamic info, String type)?})
    → TResult?
  
  
- 
  
  inherited