MapTypeLiteral constructor
const
MapTypeLiteral(
- TypeLiteral keyLiteral,
- TypeLiteral valueLiteral
Implementation
const MapTypeLiteral(
this.keyLiteral,
this.valueLiteral,
);