Opi class abstract

Opi

Properties:

Annotations
  • @BuiltValue.new()

Constructors

Opi([void updates(OpiBuilder b)])
factory

Properties

enablePayAtTable bool?
Indicates if Pay at table is enabled.
no setter
hashCode int
The hash code for this object.
no setterinherited
payAtTableStoreNumber String?
The store number to use for Pay at Table.
no setter
payAtTableURL String?
The URL and port number used for Pay at Table communication.
no setter
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
rebuild(dynamic updates(OpiBuilder)) Opi
Rebuilds the instance.
inherited
toBuilder() OpiBuilder
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<Opi>
no setter