ApiField constructor
ApiField({})
Constructor for ApiField.
Implementation
ApiField({
required super.name,
required super.type,
super.offset,
super.documentationComments,
this.isAttached = false,
this.isStatic = false,
}) : assert(!isStatic || isAttached);