Marker
@Js
@Serializable { simple=true }
const class Marker : Obj
Marker is the singleton which indicates a marker tag with no value.
Always return val
Singleton value
Return U+2713 "✓"
If true return Marker.val else null
static Marker? fromBool(Bool b)
If true return Marker.val else null
static new fromStr(Str s)
Always return val
virtual Str toStr()
Return U+2713 "✓"
const static Marker : val
Singleton value