args property

Object? args
getter/setter pair

args is arguments to the method at the server. May be Map or List or nil

Implementation

Object? args;