class

Marker

@Js
@Serializable { simple=true }
const class Marker : Obj

Marker is the singleton which indicates a marker tag with no value.

constructors fromStr

Always return val

fields val

Singleton value

methods toStr

Return U+2713 "✓"

fromBool

If true return Marker.val else null

fromBool static Marker? fromBool(Bool b)

If true return Marker.val else null

fromStr static new fromStr(Str s)

Always return val

toStr virtual Str toStr()

Return U+2713 "✓"

val const static Marker : val

Singleton value

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST