mapLiteralEntry abstract method
Returns a newly created map literal entry.
Implementation
MapLiteralEntry mapLiteralEntry(
Expression key, Token separator, Expression value);
Returns a newly created map literal entry.
MapLiteralEntry mapLiteralEntry(
Expression key, Token separator, Expression value);