ChangeType property

ChangeType? get ChangeType
Gets the type of the change.

Implementation

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

Implementation

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