props property

  1. @override
List<Object?> props
override

The type's equatable properties.

Implementation

@override
List<Object?> get props => [
      webDomain,
      appClientId,
      appClientSecret,
      signInRedirectUri,
      signInUri,
      signInUriQueryParameters,
      signOutRedirectUri,
      signOutUri,
      signOutUriQueryParameters,
      tokenUri,
      tokenUriQueryParameters,
      scopes,
    ];