withUpdatedAt method

UserBuilder withUpdatedAt(
  1. DateTime updatedAt
)

Implementation

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