sheets property

Map<String, Sheet> get sheets

Returns the Map<String, Sheet>

where key is the Sheet Name and the value is the Sheet Object

Implementation

Map<String, Sheet> get sheets {
  return Map<String, Sheet>.from(_sheetMap);
}