copyWith method

InputPageBlockAnchor copyWith({
  1. String? name,
})

Implementation

InputPageBlockAnchor copyWith({String? name}) =>
    InputPageBlockAnchor(name: name ?? this.name);