class Document { int? id; Document({this.id}); }