ElementSpec class
Constructors
- 
          ElementSpec({int? ds_num, required List<int> data_map, dynamic post_processor, dynamic fallback_value})
Properties
- 
  data_map
  → List<int> 
- 
  
  final
- ds_num → int?
- 
  
  final
- fallback_value → dynamic
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- post_processor → dynamic
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  extract_content(dynamic source) → dynamic 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited