$isPropPopulated method

  1. @internal
bool $isPropPopulated(
  1. String key
)
inherited

Implementation

@internal
bool $isPropPopulated(String key) {
	return (this._mapProps?.containsKey(key) == true);
}