I tried to create a parameter like `updates(AccountBuilder b)` as in ```dart factory Account([updates(AccountBuilder b)]) = _$Account; ```