MapTypeLiteral constructor

const MapTypeLiteral(
  1. TypeLiteral keyLiteral,
  2. TypeLiteral valueLiteral
)

Implementation

const MapTypeLiteral(
  this.keyLiteral,
  this.valueLiteral,
);