macro.ClassField
ClassField
package haxe-macro
import haxe.macro.Type
Available on all platformsRepresents a class field.
Properties
doc:Null<String>
The associated documentation of the class field.
isPublic:Bool
Whether or not the class field is public.