clone method
override
Makes a copy of this Interface with matching configuration.
Implementation
@override
CsrBackdoorInterface clone() => CsrBackdoorInterface(config: config);
Makes a copy of this Interface with matching configuration.
@override
CsrBackdoorInterface clone() => CsrBackdoorInterface(config: config);