ApbInterface.clone constructor
- @Deprecated('Use Instance-based `clone()` instead.')
- ApbInterface other
Constructs a new ApbInterface with identical parameters to other
.
Implementation
@Deprecated('Use Instance-based `clone()` instead.')
ApbInterface.clone(ApbInterface other)
: this(
addrWidth: other.addrWidth,
dataWidth: other.dataWidth,
userReqWidth: other.userReqWidth,
userRespWidth: other.userRespWidth,
includeSlvErr: other.includeSlvErr,
);