const factory CaptureProperty({ required int id, required int type, @protected required dynamic value, }) = _CaptureProperty;