copyWith method

SetBusinessStartPage copyWith({
  1. InputBusinessStartPage? startPage,
})

Implementation

SetBusinessStartPage copyWith({InputBusinessStartPage? startPage}) =>
    SetBusinessStartPage(startPage: startPage ?? this.startPage);