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