CustomFormatMessage constructor

CustomFormatMessage(
  1. Expression name,
  2. String formatName,
  3. List<String> arguments
)

Implementation

CustomFormatMessage(Expression name, this.formatName, this.arguments)
    : super(name, fallbackToNullWhenEvaluationFails: true);