payload property

  1. @override
String payload
override

The data which should be passed to the editor.

Used it when you need to change a value of a specific property.

Implementation

@override
String get payload => jsonEncode({
      "text": text,
      "url": url,
      "isNewWindow": isNewWindow,
    });