Map<String, dynamic> toJson() { return { 'profile': profile, 'maxResolution': maxResolution.toJson(), 'minResolution': minResolution.toJson(), }; }