getCreatedBy method

String? getCreatedBy()

Gets the creator.

Returns the creator as a String.

Implementation

String? getCreatedBy() {
  return createdBy;
}