Property constructor

Property(
  1. bool? isConst,
  2. bool? isStatic,
  3. bool? isFinal,
  4. String? type,
  5. String? name,
)

Implementation

Property(this.isConst, this.isStatic, this.isFinal, this.type, this.name);