profile property

Implementation

CreateUserRequestProfileBuilder get profile =>
    _$this._profile ??= new CreateUserRequestProfileBuilder();
void profile=(CreateUserRequestProfileBuilder? profile)

Implementation

set profile(CreateUserRequestProfileBuilder? profile) =>
    _$this._profile = profile;