signature property
      
      String
      get
      signature
      
    
    
the signature of this field declaration.
Contains the type (including type parameters and nullability) as well as the name of this field
Implementation
String get signature => _computeSignature();