factory RootStorage.fromJson(Map<String, dynamic> json) { return RootStorage( capacity: json['Capacity'] as String?, ); }