SortInfo constructor

SortInfo(
  1. int id,
  2. String code,
  3. String label
)

Implementation

SortInfo(this.id, this.code, this.label);