args property

  1. @JsonKey(name: 'args')
List<FunctionArg>? args
final

Implementation

@JsonKey(name: 'args')
final List<FunctionArg>? args;