toJson method

Map toJson()
override

Implementation

Map toJson() {
  var json = super.toJson();
  json['fileName'] = fileName;
  return json;
}