Map<String, dynamic> toJson() { return { 'resolution': resolution.toJson(), 'reason': reason.toJson(), 'frame': frame.toJson(), }; }