Attestation.fromRaw constructor

Attestation.fromRaw(
  1. int ptr,
  2. int size,
  3. Dart bridge
)

Implementation

Attestation.fromRaw(int ptr, int size, this.bridge) : super.unsafe(ptr, size);