currentPassword property

  1. @BuiltValueField(wireName: r'current_password')
String? currentPassword

The current password for the user

Implementation

@BuiltValueField(wireName: r'current_password')
String? get currentPassword;