toJson method

String toJson()
inherited

Implementation

String toJson() {
  return json.encode(model);
}