firstName property

Stream<String> firstName

Implementation

Stream<String> get firstName => _firstName.stream.transform(validateName);