copyWith method
Implementation
LongreadMaterialCoding copyWith({String? exerciseUrl}) {
return LongreadMaterialCoding(exerciseUrl: exerciseUrl ?? this.exerciseUrl);
}
LongreadMaterialCoding copyWith({String? exerciseUrl}) {
return LongreadMaterialCoding(exerciseUrl: exerciseUrl ?? this.exerciseUrl);
}