fieldMirrors property
List<DeclarationMirror>
get
fieldMirrors
Returns the DeclarationMirrors objects of the fields defined
within the this class entity.
Implementation
List<DeclarationMirror> get fieldMirrors =>
_computeFieldDeclarationsOf(this);