DiscoveryInformation constructor
DiscoveryInformation({
- required HomeserverInformation mHomeserver,
- IdentityServerInformation? mIdentityServer,
- Map<
String, Object?> additionalProperties = const {},
Implementation
DiscoveryInformation({
required this.mHomeserver,
this.mIdentityServer,
this.additionalProperties = const {},
});