createdDate property

DateTime? createdDate
inherited

Implementation

DateTime? get createdDate {
  return _createdDate;
}
  1. @visibleForTesting
  2. @protected
void createdDate=(dynamic newValue)
inherited

Implementation

@visibleForTesting
@protected
set createdDate(newValue) {
  _createdDate = newValue;
}