AssetFileTypeMapper class 
 
    
    
    
  
    Properties
    
        - 
  container
  → MapperContainer
  
- 
  
  no setterinherited 
- 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  id
  → String
  
- 
  A unique id for this type, defaults to the name of the type.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
- 
  type
  → Type
  
- 
  A getter for the type of this mapper.
  no setterinherited 
- 
  typeFactory
  → Function
  
- 
  A type factory is what makes generic types work.
  no setterinherited 
 
    
  
    Methods
    
        - 
  decode(dynamic value)
    → AssetFileType
  
  
- 
  
  
- 
  decoder(Object value, DecodingContext context)
    → AssetFileType
  
  
- 
  The mapping method to decode valueto an instance of this mappers type.inherited 
- 
  decodeValue<V>(Object? value, [DecodingOptions? options, MapperContainer? container])
    → V
  
  
- 
  
  inherited 
- 
  encode(AssetFileType self)
    → dynamic
  
  
- 
  
  
- 
  encoder(AssetFileType value, EncodingContext context)
    → Object?
  
  
- 
  The mapping method to encode valueto a serializable value.inherited 
- 
  encodeValue<V>(V value, [EncodingOptions? options, MapperContainer? container])
    → Object?
  
  
- 
  
  inherited 
- 
  equals(AssetFileType value, AssetFileType other, MappingContext context)
    → bool
  
  
- 
  The mapping method to compare valueandotherfor equality.inherited 
- 
  equalsValue(AssetFileType value, Object? other, [MapperContainer? container])
    → bool
  
  
- 
  
  inherited 
- 
  hash(AssetFileType value, MappingContext context)
    → int
  
  
- 
  The mapping method to calculate the hash of value.inherited 
- 
  hashValue(AssetFileType value, [MapperContainer? container])
    → int
  
  
- 
  
  inherited 
- 
  includeTypeId<V>(dynamic v)
    → bool
  
  
- 
  
  inherited 
- 
  isFor(dynamic v)
    → bool
  
  
- 
  
  inherited 
- 
  isForType(Type type)
    → bool
  
  
- 
  
  inherited 
- 
  isValueEqual(AssetFileType value, Object? other, [MapperContainer? container])
    → bool
  
  
- 
  
  inherited 
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  stringify(AssetFileType value, MappingContext context)
    → String
  
  
- 
  The mapping method to get the string representation of value.inherited 
- 
  stringifyValue(AssetFileType value, [MapperContainer? container])
    → String
  
  
- 
  
  inherited 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited