encode abstract method

Uint8List encode(
  1. dynamic v
)

Encode nil able if value is nil

Implementation

Uint8List encode(dynamic v);