Map<String, dynamic> toJson() { return { 'base': base?.toJson(), 'error': error?.toJson(), 'focus': focus?.toJson(), }; }