ValueNodeExt extension

on
  • ValueNode?

Properties

stringValue String

Available on ValueNode?, provided by the ValueNodeExt extension

no setter
stringValueOrNull String?

Available on ValueNode?, provided by the ValueNodeExt extension

no setter

Methods

boolValue([bool defaultValue = false]) bool

Available on ValueNode?, provided by the ValueNodeExt extension

get<T extends Object?>() → T

Available on ValueNode?, provided by the ValueNodeExt extension

getList<T extends Object?>() List<T>

Available on ValueNode?, provided by the ValueNodeExt extension

tryGet<T extends Object>() → T?

Available on ValueNode?, provided by the ValueNodeExt extension

tryGetList<T extends Object>() List<T>

Available on ValueNode?, provided by the ValueNodeExt extension