unboxMappedList<T> method
Implementation
List<T> unboxMappedList<T>(T Function(FluentJson) mapper) =>
unboxIterable().map(mapper).toList();
List<T> unboxMappedList<T>(T Function(FluentJson) mapper) =>
unboxIterable().map(mapper).toList();