build method

Account build()

Implementation

Account build() => Account(
      _userId,
      _domain,
      _tenantId,
      _createdAt,
      _username,
      _phone,
      _email,
      _nickname,
      _givenName,
      _familyName,
      _middleName,
      _photo,
      _gender,
      _birthdate,
      _address,
      _brief,
    );