ObjectType constructor

const ObjectType(
  1. String _className,
  2. int _flags
)

Implementation

const ObjectType(this._className, this._flags);