LuaObject.nil constructor

LuaObject.nil(
  1. String id
)

Constructs a lua object with null values and fields.

Implementation

LuaObject.nil(this.id);