setEmail method

void setEmail(
  1. String? value
)

Implementation

void setEmail(String? value) => _parameters.email = value;