ModelReference constructor

ModelReference(
  1. String packageName,
  2. String componentName,
  3. ModelBase referenced
)

Implementation

ModelReference(this.packageName, this.componentName, this.referenced);