ElementSpec constructor

ElementSpec({
  1. int? ds_num,
  2. required List<int> data_map,
  3. dynamic post_processor,
  4. dynamic fallback_value,
})

Implementation

ElementSpec(
    {this.ds_num,
    required this.data_map,
    this.post_processor,
    this.fallback_value});