Target class

The target parameter specifies the identifier to which the home region is applied, which is always an ACCOUNT. It applies the home region to the current ACCOUNT.

Constructors

Target({required TargetType type, String? id})
Target.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The TargetID is a 12-character identifier of the ACCOUNT for which the control was created. (This must be the current account.)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type TargetType
The target type is always an ACCOUNT.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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