toJson method

dynamic toJson()

Implementation

toJson() => {
      'url': url,
      'backcolor': backcolor,
      'fontcolor': fontcolor,
    };