readList<T> static method
Implementation
static List<T> readList<T>(dynamic input, {String? typeName, required bool isNullable}) {
return _serializer!.readList<T>(input, typeName: typeName, isNullable: isNullable);
}
static List<T> readList<T>(dynamic input, {String? typeName, required bool isNullable}) {
return _serializer!.readList<T>(input, typeName: typeName, isNullable: isNullable);
}