InlineObject24 class abstract

InlineObject24

Properties:

  • serviceTermsId - terms of service ID on which the user is acting on
  • accepted - true or false, indicates whether the user accepted or rejected the terms of service.

Constructors

InlineObject24([void updates(InlineObject24Builder b)])
factory

Properties

accepted String
true or false, indicates whether the user accepted or rejected the terms of service.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceTermsId String
terms of service ID on which the user is acting on
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(InlineObject24Builder)) InlineObject24
Rebuilds the instance.
inherited
toBuilder() InlineObject24Builder
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<InlineObject24>
no setter