GizmoCondition constructor

const GizmoCondition(
  1. String path,
  2. String equals
)

Implementation

const GizmoCondition(this.path, this.equals);