payload property
      
      String?
      get
      payload
      
    
    
The data which should be passed to the editor.
Used it when you need to change a value of a specific property.
Implementation
String? get payload => _payload;The data which should be passed to the editor.
Used it when you need to change a value of a specific property.
String? get payload => _payload;