ChainFormatter constructor
ChainFormatter({
- required dynamic format(
- dynamic
- required String type,
Implementation
ChainFormatter({
required this.format,
required this.type,
});