points property
      
      String?
      get
      points
      
    
    
    
Implementation
String? get points => _$this._points;
      
      set
      points
      (String? points) 
      
    
    
    
Implementation
set points(String? points) => _$this._points = points;