withUpdatedAt method

ProjectBuilder withUpdatedAt(
  1. DateTime? updatedAt
)

Implementation

ProjectBuilder withUpdatedAt(final DateTime? updatedAt) {
  _updatedAt = updatedAt;
  return this;
}