type

StatusVal

const mixin StatusVal : Dict

Status and scalar value

methods

invalidToNull

If the status is invalid return null; otherwise return this

status

Get the status flags

toStr

<val> {<status>}

val

Get the scalar value

Slot Details

invalidToNull

StatusVal? invalidToNull()

If the status is invalid return null; otherwise return this

status

abstract Status status()

Get the status flags

toStr

virtual override Str toStr()

<val> {<status>}

val

abstract Obj val()

Get the scalar value