raw static method

MultiAddress raw(
  1. Uint8List bytes
)

Create MultiAddress::Raw variant

Implementation

static MultiAddress raw(final Uint8List bytes) {
  return MultiAddress._('Raw', bytes);
}