delay property
Implementation
DropAccountCapabilities_DropAccount_DelayBuilder get delay =>
_$this._delay ??= DropAccountCapabilities_DropAccount_DelayBuilder();
Implementation
set delay(covariant DropAccountCapabilities_DropAccount_DelayBuilder? delay) => _$this._delay = delay;