ObjectType constructor

const ObjectType([
  1. String _className = 'Unknown',
  2. int _flags = -1
])

Implementation

const ObjectType([this._className = 'Unknown', this._flags = -1]);