withPhoto method

AccountBuilder withPhoto(
  1. String photo
)

Implementation

AccountBuilder withPhoto(String photo) {
  _photo = photo;
  return this;
}