ChangeType property

ChangeType? ChangeType
Gets the type of the change.

Implementation

enumerations.ChangeType? get ChangeType => this.changeType;
void ChangeType=(ChangeType? value)

Implementation

set ChangeType(enumerations.ChangeType? value) {
  this.changeType = value;
}