email property

  1. @BuiltValueField(wireName: r'email')
String email

Email to Recover Needs to be set when initiating the flow. If the email is a registered recovery email, a recovery link will be sent. If the email is not known, a email with details on what happened will be sent instead. format: email

Implementation

@BuiltValueField(wireName: r'email')
String get email;