factory MonoExistingCustomerModel.fromMap(Map<String, dynamic> map) { return MonoExistingCustomerModel( id: map['id'] ?? '', ); }