t static method

Map<String, dynamic> t(
  1. String t
)

Implementation

static Map<String, dynamic> t(String t) => TomlDocument.parse(t).toMap();