StringExtension extension

on

Methods

json<T>(T fromJson(Map<String, dynamic>)) → T
Converts this string to object T using the converter function fromJson
jsonList<T>(T fromJson(Map<String, dynamic>)) List<T>
Converts this string to List<T> using the converter function fromJson
jsonMap<V>(V fromJson(Map<String, dynamic>)) Map<String, V>
Converts this string to Map<String, T> using the converter function fromJson