outkeep/checklist_item

Types

pub type ChecklistItem {
  ChecklistItem(is_checked: Bool, text: String)
}

Constructors

  • ChecklistItem(is_checked: Bool, text: String)

Functions

pub fn decode(
  dyn: Dynamic,
) -> Result(ChecklistItem, List(DecodeError))
Search Document