isSimplyBounded property
      
      bool
      get
      isSimplyBounded
      
    
    
If the element defines a type, indicates whether the type may safely appear without explicit type arguments as the bounds of a type parameter declaration.
If the element does not define a type, returns true.
Implementation
bool get isSimplyBounded;