type property

String? type
final

JSON-based data type compatible with JSON Schema.

This value can be one of boolean, integer, number, string, object, array, or null.

Implementation

final String? type;