copyWithWrapped method
Implementation
LongreadMaterialCoding copyWithWrapped({Wrapped<String?>? exerciseUrl}) {
return LongreadMaterialCoding(
exerciseUrl: (exerciseUrl != null ? exerciseUrl.value : this.exerciseUrl),
);
}
LongreadMaterialCoding copyWithWrapped({Wrapped<String?>? exerciseUrl}) {
return LongreadMaterialCoding(
exerciseUrl: (exerciseUrl != null ? exerciseUrl.value : this.exerciseUrl),
);
}