getCreatedOn method

DateTime? getCreatedOn()

Gets the creation date.

Returns the creation date as a DateTime.

Implementation

DateTime? getCreatedOn() {
  return createdOn;
}