Arg opaque representation
pub type Arg { Arg(value: Dynamic) }
Arg(value: Dynamic)
Type alias representing an Arg list
pub type Args = List(Arg)
pub fn new(value: a) -> Arg
Initializes a new Arg
pub fn value(field: Arg) -> Dynamic
Fetches value from Arg