template property

String? template
getter/setter pair

The raw message string (uninterpolated). example : "My raw message with interpreted strings like %s",

Implementation

String? template;