Support class abstract

Support

Properties:

  • email - The support email address of the legal entity. Required if you have a platform setup.
  • phone - The support phone number of the legal entity. Required if you have a platform setup.
Annotations
  • @BuiltValue.new()

Constructors

Support([void updates(SupportBuilder b)])
factory

Properties

email String?
The support email address of the legal entity. Required if you have a platform setup.
no setter
hashCode int
The hash code for this object.
no setterinherited
phone PhoneNumber?
The support phone number of the legal entity. Required if you have a platform setup.
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(SupportBuilder)) Support
Rebuilds the instance.
inherited
toBuilder() SupportBuilder
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<Support>
no setter