toJson method

String toJson()

converts Map to String json

Implementation

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