toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => <String, dynamic>{
      "visible": visible,
      "text": text,
      "background": background.toJson(),
      "foreground": foreground.toJson(),
    };