toJson method

dynamic toJson()

Implementation

toJson() {
  return jsonEncode({'fileId': fileId, 'code': code});
}