toValueMap<T extends Object> method
Returns map items (key-value pairs) with values represented as T
.
Throws FormatException if a value cannot be represented as T
.
Implementation
@override
Map<String, T> toValueMap<T extends Object>() =>
toValueMapOf<String, T>(map, isExposed: isExposed);