dartDecodeRaw method

List dartDecodeRaw(
  1. T value
)
inherited

Converting dart T object to raw

Implementation

List dartDecodeRaw(T value) => _rawDecode(dartDecode(value));