modifiedDate property

DateTime? modifiedDate

Gets the ModifiedDate of the annotation.

Implementation

DateTime? get modifiedDate => _helper.modifiedDate;
void modifiedDate=(DateTime? value)

Sets the ModifiedDate of the annotation.

Implementation

set modifiedDate(DateTime? value) {
  _helper.modifiedDate = value;
}