RemoteDto constructor
RemoteDto({
- required String url,
- RemoteAuthenticationDto? auth,
Returns a new RemoteDto instance.
Implementation
RemoteDto({
required this.url,
this.auth,
});