SearchReferenceType constructor

SearchReferenceType(
  1. String id,
  2. String scope
)

Implementation

factory SearchReferenceType(core.String id, core.String scope) =>
    SearchReferenceTypeImpl(id, scope);