setEmail method

dynamic setEmail(
  1. String? value
)

Implementation

setEmail(String? value) {
  _email = Optional.fromNullable(value);
}