Map<String, dynamic> toJson() => { 'm_customer_id': mCustomerId, 'name': name, 'email': email, 'mobile': mobile, 'code': code, };