enterLastName function

String enterLastName(
  1. String userType
)

Implementation

String enterLastName(String userType) =>
    'Enter the ${userType.toLowerCase()}\'s last name';