InlineObject class abstract

InlineObject

Properties:

Constructors

InlineObject([void updates(InlineObjectBuilder b)])
factory

Properties

deviceId String?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
no setter
ldapOnly bool?
no setter
loginId String?
no setter
password String?
The password used for email authentication.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(InlineObjectBuilder)) InlineObject
Rebuilds the instance.
inherited
toBuilder() InlineObjectBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<InlineObject>
no setter