title property

String? get title

A title for this schema, should be short.

Implementation

String? get title => _value[Keys.title] as String?;