customParsers property

List<CustomTagParser> get customParsers

Returns a list of all registered custom tag parsers.

Implementation

static List<CustomTagParser> get customParsers =>
    _customTagParsers.entries.map((p) => p.value).toList();