toJson method

String toJson()

dart:convert

Converts ImageUrl to a JSON string.

Implementation

String toJson() => json.encode(toMap());