getField abstract method
Returns the field declared in the class/mixin with the given name
, or
null
if there is no such field.
Implementation
VariableDeclaration? getField(String name);
Returns the field declared in the class/mixin with the given name
, or
null
if there is no such field.
VariableDeclaration? getField(String name);