toJson method

Map toJson()

Implementation

Map toJson() => {
      'id': id,
      'name': name,
      'comment': comment,
      'email': email,
    };