action static method
Create a MetaCell that points to an ActionCell.
The created cell is identified by key
if it is non-null.
Implementation
static ActionMetaCell action({key}) => ActionMetaCell(key: key);
Create a MetaCell that points to an ActionCell.
The created cell is identified by key
if it is non-null.
static ActionMetaCell action({key}) => ActionMetaCell(key: key);