TypeReflection<T> constructor

const TypeReflection<T>(
  1. Type type, [
  2. List<Object>? arguments
])

Implementation

const TypeReflection(Type type, [List<Object>? arguments])
    : this._(type, arguments, null);