copyWith method
Implementation
CustomContextVariable copyWith({String? type}) {
return CustomContextVariable(
type: type ?? this.type,
);
}
CustomContextVariable copyWith({String? type}) {
return CustomContextVariable(
type: type ?? this.type,
);
}