jael3 package
documentation
jael3
MapLiteral
MapLiteral constructor
MapLiteral
MapLiteral
constructor
Null safety
MapLiteral
(
Token
lCurly
,
List
<
KeyValuePair
>
pairs
,
Token
rCurly
)
Implementation
MapLiteral(this.lCurly, this.pairs, this.rCurly);
jael3 package
documentation
jael3
MapLiteral
MapLiteral constructor
MapLiteral class
Constructors
MapLiteral
Properties
hashCode
lCurly
pairs
rCurly
runtimeType
span
Methods
compute
noSuchMethod
toString
Operators
operator ==