identity property

IdentityBuilder identity

Implementation

IdentityBuilder get identity => _$this._identity ??= new IdentityBuilder();
void identity=(IdentityBuilder? identity)

Implementation

set identity(IdentityBuilder? identity) => _$this._identity = identity;