PasswordCredentialData class
- Implemented types
- Available extensions
- Annotations
-
- @anonymous
- @JS()
- @staticInterop
Constructors
- PasswordCredentialData({String? name, String? iconURL, required String origin, required String password})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconURL ↔ String
-
Available on PasswordCredentialData, provided by the PropsPasswordCredentialData extension
getter/setter pair - id ↔ String
-
Available on CredentialData, provided by the PropsCredentialData extension
getter/setter pair - name ↔ String
-
Available on PasswordCredentialData, provided by the PropsPasswordCredentialData extension
getter/setter pair - origin ↔ String
-
Available on PasswordCredentialData, provided by the PropsPasswordCredentialData extension
getter/setter pair - password ↔ String
-
Available on PasswordCredentialData, provided by the PropsPasswordCredentialData extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited