marshall method

  1. @Deprecated('use "marshal" instead.')
S marshall(
  1. T data
)

Provided temporarily for compatibility reasons. See marshal.

Implementation

@Deprecated('use "marshal" instead.')
S marshall(T data) => marshal(data);