current_password property
      
      String
      get
      current_password
      
    
    
Current Password
Implementation
String get current_password {
  return Intl.message(
    'Current Password',
    name: 'current_password',
    desc: '',
    args: [],
  );
}