jsonSchema property
String
get
jsonSchema
The JSON schema for this type
Implementation
static String get jsonSchema => '''
{
"type": "object",
"additionalProperties": false
}
''';
The JSON schema for this type
static String get jsonSchema => '''
{
"type": "object",
"additionalProperties": false
}
''';