entityUid function

Expr entityUid(
  1. String type,
  2. String id
)

Implementation

Expr entityUid(String type, String id) {
  return ExprValue(Value.entity(uid: EntityUid.of(type, id)));
}