InkListItem constructor

InkListItem({
  1. String? originName,
  2. String? itemName,
})
Create an item with the given original list definition name, and the name of this item. The name of the list where the item was originally defined. The main name of the item as defined in ink.

Implementation

factory InkListItem({String? originName, String? itemName}) = _InkListItem;