expanded abstract method

String expanded([
  1. String transform(
    1. Message,
    2. Object
    )
])

Expand this string out into a printed form. The function transform is applied to any sub-messages, allowing this to be used to generate a form suitable for a wide variety of translation file formats.

Implementation

String expanded([String Function(Message, Object) transform]);