toJson method

Map toJson()

Implementation

Map<dynamic, dynamic> toJson() => {
      "url": url == null ? null : url,
    };