encode abstract method

Uint8List encode(
  1. dynamic value
)

ABI-encode value as a 32-byte-aligned Uint8List. For dynamic types, returns the tail; the caller places the offset in the head.

Implementation

Uint8List encode(dynamic value);