copyWith method
Implementation
SuggestedActionSetLoginEmailAddress copyWith({bool? canBeHidden}) =>
SuggestedActionSetLoginEmailAddress(
canBeHidden: canBeHidden ?? this.canBeHidden,
);
SuggestedActionSetLoginEmailAddress copyWith({bool? canBeHidden}) =>
SuggestedActionSetLoginEmailAddress(
canBeHidden: canBeHidden ?? this.canBeHidden,
);