CompoundFormatter constructor

CompoundFormatter(
  1. List<CompoundableFormatter> _formatters
)

Implementation

CompoundFormatter(this._formatters)
    : assert(_formatters.isNotEmpty),
      assert(_formatters.length > 1);