props property

  1. @override
List<Object?> props
override

The type's equatable properties.

Implementation

@override
List<Object?> get props => [
      oAuth,
      authenticationFlowType,
      socialProviders,
      loginMechanism,
      loginMechanisms,
      usernameAttributes,
      signupAttributes,
      passwordProtectionSettings,
      mfaConfiguration,
      mfaTypes,
      verificationMechanisms,
    ];