jsonSchema property

String get jsonSchema

The JSON schema for this type

Implementation

static String get jsonSchema => '''
{
"type": "object",
"additionalProperties": false
}
''';