Obj constructor

Obj(
  1. {String? id,
  2. bool? fixedId,
  3. ClassRef? classRef,
  4. int? size}
)

Implementation

Obj({
  this.id,
  this.fixedId,
  this.classRef,
  this.size,
});