nonIcuMessage property
Parser
get
nonIcuMessage
Represents an ordinary message, i.e. not a plural/gender/select, although it may have parameters.
Implementation
Parser get nonIcuMessage =>
(simpleText | empty).map((chunk) => Message.from(chunk, null));