copyWith method

SuggestedActionSetPassword copyWith({
  1. int? authorizationDelay,
})

Implementation

SuggestedActionSetPassword copyWith({int? authorizationDelay}) =>
    SuggestedActionSetPassword(
      authorizationDelay: authorizationDelay ?? this.authorizationDelay,
    );