MustacheFilter typedef
MustacheFilter =
dynamic Function(dynamic value)
The filter to apply to a variable
Implementation
typedef MustacheFilter = dynamic Function(dynamic value);
The filter to apply to a variable
typedef MustacheFilter = dynamic Function(dynamic value);