FieldDoc constructor
FieldDoc({})
Implementation
FieldDoc({
required this.name,
required this.type,
this.description,
this.isStatic = false,
this.isFinal = false,
this.isConst = false,
this.isLate = false,
this.defaultValue,
});