dataType property

DataType get dataType

The data type this policy applies to.

Fixed when the policy is created. Attaching the policy to a listener registered for a different data type fails with GemError.invalidInput.

Returns

  • DataType: The data type this policy applies to.

See also:

Implementation

DataType get dataType => _dataType;