Meta constructor

Meta({
  1. String? name,
  2. String? officialName,
  3. double? limit,
})

Implementation

Meta({
  this.name,
  this.officialName,
  this.limit,
});