signedPeerRecord property
dynamic
signedPeerRecord
final
SignedPeerRecord is the provided signed peer record of the peer. May be null.
Note: In the Dart implementation, we're using a dynamic type for now as the record.Envelope type is not yet defined. This should be updated when the record package is implemented.
Implementation
final dynamic signedPeerRecord;