SymbolType constructor

const SymbolType(
  1. int code,
  2. String description
)

Implementation

const SymbolType(this.code, this.description);