lastName property

Stream<String> lastName

Implementation

Stream<String> get lastName => _lastName.stream.transform(validateName);