Returns the Map<String, Sheet>
Map<String, Sheet>
where key is the Sheet Name and the value is the Sheet Object
key
Sheet Name
value
Sheet Object
Map<String, Sheet> get sheets { return Map<String, Sheet>.from(_sheetMap); }