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