FDXParty constructor
      
      FDXParty({ 
    
    
- required String name,
- required FDXPartyType type,
- String? homeUri,
- String? logoUri,
- FDXPartyRegistry? registry,
- String? registeredEntityName,
- String? registeredEntityId,
Implementation
FDXParty({
  required this.name,
  required this.type,
  this.homeUri,
  this.logoUri,
  this.registry,
  this.registeredEntityName,
  this.registeredEntityId,
});