factory Sheet.fromJson(Map<String, dynamic> json) { return Sheet( name: json['Name'] as String?, sheetId: json['SheetId'] as String?, ); }