ListMustacheX extension
extension on List<MustacheFormat>
- on
Methods
-
findFrom(
String? value, {bool onlyFormat = false}) → MustacheTag? -
Available on List<
loops through looking for a matchedMustacheTag> , provided by the ListMustacheX extensionvalue
, return null if not found -
suffixFrom(
String? value) → String? -
Available on List<
returns the suffix of theMustacheTag> , provided by the ListMustacheX extensionvalue
by removing the MustacheTag