Creates Map from Class Object
Map
Map<String, dynamic> toJson() => { 'prefix': prefix, 'items': items .map((StorageEntryMetadataV14 value) => value.toJson()) .toList(growable: false), };