const classcamAxonPlugin::Marker

sys::Obj
  camAxonPlugin::Marker

@Js
@Serializable { simple=true }

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

fromBool

Source

static Marker? fromBool(Bool b)

If true return Marker.val else null

fromStr

Source

static Marker fromStr(Str s)

toStr

Source

virtual override Str toStr()

Return "marker"

val

Source

const static Marker val := ...