label property

String get label

Implementation

String get label => "${scope.split("/").last} ${isRequired ? '*' : ''}";