isPropPopulated method

bool isPropPopulated(
  1. String assignedName
)

Returns true if a prop with the Assigned Name assignedName has been populated (e.g. with a z-bind attribute).

Implementation

bool isPropPopulated(String assignedName) {
	return this._state.widget._isPropPopulated(assignedName);
}