toJson method

String toJson()

Converts Map<String,dynamic> to String json

Implementation

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