withCreatedAt method

ProjectBuilder withCreatedAt(
  1. DateTime createdAt
)

Implementation

ProjectBuilder withCreatedAt(final DateTime createdAt) {
  _createdAt = createdAt;
  return this;
}