static OpenFile? parse(Map<String, dynamic>? json) => json == null ? null : OpenFile._fromJson(json);