type

NA

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

NA is the singleton which indicates not available.

constructors

fromStr

Always return val

fields

val

Singleton value

methods

toStr

Return "NA"

Slot Details

fromStr

static new fromStr(Str s)

Always return val

toStr

virtual override Str toStr()

Return "NA"

val

const static NA val := ...

Singleton value