toJson method

String toJson()

dart:convert

Converts InstagramData to a JSON string.

Implementation

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