toJson method

Map<String, dynamic> toJson()

Serializes this configuration to a JSON-compatible map.

Implementation

Map<String, dynamic> toJson() => {
      'title': title,
    };