TypeInfo<T> constructor

TypeInfo<T>(
  1. Type type, [
  2. Iterable<Object>? arguments
])

Implementation

TypeInfo(Type type, [Iterable<Object>? arguments])
    : this._(type, arguments, null);