title property

String? get title

A title for this schema, should be short.

Implementation

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