LuaObject.nil constructor

LuaObject.nil(
  1. String id, {
  2. String? attr,
})

Constructs a lua object with null values and fields. Adopts attributes attr.

Implementation

LuaObject.nil(this.id, {this.attr});