withUpdatedAt method

RoleBuilder withUpdatedAt(
  1. DateTime updatedAt
)

Implementation

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