description property

String? get description
override

A description of this schema.

Implementation

String? get description => _value['description'] as String?;