readList<T> abstract method

List<T> readList<T>(
  1. dynamic input, {
  2. String? typeName,
  3. required bool isNullable,
})

Implementation

List<T> readList<T>(dynamic input, {String? typeName, required bool isNullable});