fromJsonListAsync<O> abstract method
Implementation
FutureOr<List<O?>> fromJsonListAsync<O>(
FutureOr<Iterable> o, {
Type? type,
TypeInfo? typeInfo,
bool duplicatedEntitiesAsID = false,
bool? autoResetEntityCache,
});