factory StorageGrant.fromJson(Map<String, dynamic> j) => StorageGrant(paths: (j['paths'] as List?)?.map((e) => StoragePathGrant.fromJson(e as Map<String, dynamic>)).toList());