decodeArgs abstract method

List decodeArgs(
  1. List args
)

Decode argument list

Implementation

List<dynamic> decodeArgs(List<dynamic> args);