AbstractType<T, B extends AbstractType<T, B>> constructor

AbstractType<T, B extends AbstractType<T, B>>({
  1. required Type type,
})

Create a new AbstractType type the literal type

Implementation

AbstractType({required this.type});