Handshake constructor
Handshake({
- ActionType? action,
- String? arn,
- DateTime? expirationTimestamp,
- String? id,
- List<
HandshakeParty> ? parties, - DateTime? requestedTimestamp,
- List<
HandshakeResource> ? resources, - HandshakeState? state,
Implementation
Handshake({
this.action,
this.arn,
this.expirationTimestamp,
this.id,
this.parties,
this.requestedTimestamp,
this.resources,
this.state,
});