class

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"

fromStr static new fromStr(Str s)

Always return val

toStr virtual Str toStr()

Return "NA"

val const static NA : val

Singleton value

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