Dart SDK
dart:html
LocalCredential
class
LocalCredential
Properties
Constructors
Properties
password
avatarUrl
id
name
Constructors
LocalCredential
(Not documented.)
Annotations
DocsEditable()
DomName('LocalCredential')
Experimental()
Extends
Object
Credential
LocalCredential
Properties
String
password
read-only
String
avatarUrl
read-only ,
inherited
String
id
read-only ,
inherited
String
name
read-only ,
inherited
Constructors
LocalCredential
(
String
id
,
String
name
,
String
avatarURL
,
String
password
)