toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() =>
    <String, dynamic>{
      'name': name,
      'phone': phone,
      'tax_id': taxId,
      'jur_address': jurAddress,
      'jurstatus': jurStatus,
      'registration_date': registrationDate,
      'registration_authority': registrationAuthority,
      'password': password,
      'password_confirm': passwordConfirm,
      'email': email,
    };