Message.static constructor

const Message.static(
  1. String text
)

Returns the value of text regardless of the current locale.

Implementation

const factory Message.static(String text) = StaticMessage;