DecodedData constructor

DecodedData(
  1. int id,
  2. String name,
  3. List data
)

Implementation

DecodedData(this.id, this.name, this.data);