ExternalReason class abstract
ExternalReason
Properties:
- code - The reason code.
- description - The description of the reason code.
- namespace - The namespace for the reason code.
- Annotations
-
- @BuiltValue.new()
Constructors
- ExternalReason([void updates(ExternalReasonBuilder b)])
-
factory
Properties
- code → String?
-
The reason code.
no setter
- description → String?
-
The description of the reason code.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- namespace → String?
-
The namespace for the reason code.
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(ExternalReasonBuilder)) → ExternalReason -
Rebuilds the instance.
inherited
-
toBuilder(
) → ExternalReasonBuilder -
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<
ExternalReason> -
no setter