description property
String?
get
description
A description of this schema.
Implementation
String? get description => _value['description'] as String?;
A description of this schema.
String? get description => _value['description'] as String?;