parametersSchema property

Map<String, dynamic> parametersSchema
final

The parameters the functions accepts, described as a JSON Schema object.

Implementation

final Map<String, dynamic> parametersSchema;