arguments property

  1. @BuiltValueField(wireName: r'arguments')
BuiltList<JsonObject?> arguments

Arguments of the function

Implementation

@BuiltValueField(wireName: r'arguments')
BuiltList<JsonObject?> get arguments;