toListType method

TypeInfo<List<T>> toListType()

Returns this as a TypeInfo for List<T>.

Implementation

TypeInfo<List<T>> toListType() => TypeInfo.fromType(List, [this]);