Available on all platforms
Represents the method kind.
MethNormal
A normal method.
MethInline
An inline method.
See also:
https://haxe.org/manual/class-field-inline.html
MethDynamic
A dynamic, rebindable method.
https://haxe.org/manual/class-field-dynamic.html
MethMacro
A macro method.