copyWith method

NativeScriptTimelockExpiry copyWith({
  1. BigInt? slot,
})

Implementation

NativeScriptTimelockExpiry copyWith({BigInt? slot}) {
  return NativeScriptTimelockExpiry(slot ?? this.slot);
}