ConstructorName constructor

ConstructorName(
  1. String? name,
  2. TypeName? typeName
)

Implementation

ConstructorName(this.name, this.typeName);