Regex to match a Map from literal value:
Map<...,...>
{@category decoder}
final mapRegex = RegExp(r"""^(Map)(<(.+?),(.+?)>|)$""");