enterDob function

String enterDob(
  1. String userType
)

Implementation

String enterDob(String userType) =>
    'Enter the ${userType.toLowerCase()}\'s date of birth';