title property
String?
get
title
Label to display in place of the data.
Implementation
String? get title => titleField.getValue(_json);
Label to display in place of the data.
String? get title => titleField.getValue(_json);