title property
String?
get
title
A title for this schema, should be short.
Implementation
String? get title => _value['title'] as String?;
A title for this schema, should be short.
String? get title => _value['title'] as String?;