userPrivate property
Implementation
static final userPrivate = UserPrivate.create()
..mergeFromProto3Json(userPublic.toProto3Json(), ignoreUnknownFields: true)
..passwordEncrypted = Encrypter('1234').encrypted;
static final userPrivate = UserPrivate.create()
..mergeFromProto3Json(userPublic.toProto3Json(), ignoreUnknownFields: true)
..passwordEncrypted = Encrypter('1234').encrypted;