Data constructor

Data({
  1. String? code,
  2. String? name,
})

Implementation

Data({this.code, this.name});