template property

String? template
final

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

Implementation

final String? template;