Credential class

Constructors

Credential(String accountSid, String authToken, String twilioNumber)

Properties

accountSid String
no setter
authToken String
no setter
cred String
no setter
hashCode int
The hash code for this object.
no setterinherited
regExp RegExp
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
twilioNumber String
no setter

Methods

changeNumber(String number) → void
isValidNumber(String number) bool
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

Static Properties

instance Credential
getter/setter pair