AbstractType constructor

const AbstractType(
  1. {required String className}
)

Construct a new AbstractType.

Implementation

const AbstractType({
  required this.className,
});