struct

Phosphor::Todo

Inherits Struct < Value < Object

A single to-do item. Immutable — mutation returns a new instance.

Constructors

new(text : String, done : Bool = false)
Source

Instance methods

done?
Source
text
Source
toggled

Returns a copy of this item with done flipped.

Source