slotProperties property

Map<String, dynamic>? slotProperties

Slot Properties For example this can indicate which field to use for Kanban state

Implementation

Map<String, dynamic>? get slotProperties =>
    _slotProperties ?? _fieldProperties;