fullName property

String fullName

Get the full dot-separated name of the item, in the form "listDefinitionName.itemName".

Implementation

String get fullName => '${(originName ?? '?')}.$itemName';