Renewal({ int? decimal, Duration? duration }) : duration = duration ?? null, _decimal = decimal ?? null;