Scalar
@Js
const class Scalar : Obj
Scalar represents typed scalars when not mapped to native Fantom class.
Construct for spec qname and string value
String value
Scalar type qualified name
Return string value
Equality is base on qname and val
Hash is composed of type and val
virtual Bool equals(Obj? obj)
Equality is base on qname and val
virtual Int hash()
Hash is composed of type and val
new make(Str qname, Str val)
Construct for spec qname and string value
const Str : qname
Scalar type qualified name
virtual Str toStr()
Return string value
const Str : val
String value