Handshake class
The current status of establishing of the service.
(for example, pending approval or approved).
Constructors
- Handshake({String? actor, String? approvalState})
- Handshake.fromJson(Map json_)
Properties
- actor ↔ String?
- 
  The most recent account to modify the account service's approval_status.getter/setter pair
- approvalState ↔ String?
- 
  The approval state of this handshake.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 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
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited