schemaType property

  1. @override
String get schemaType
override

The JSON schema type of the slot's answer (e.g. boolean, string).

Implementation

@override
String get schemaType => 'string';