HandshakeResource constructor

HandshakeResource({
  1. List<HandshakeResource>? resources,
  2. HandshakeResourceType? type,
  3. String? value,
})

Implementation

HandshakeResource({
  this.resources,
  this.type,
  this.value,
});