Remote constructor
const
Remote({
- required String url,
- @Default(null) RemoteAuthentication? auth,
Implementation
const factory Remote({
required String url,
@Default(null) RemoteAuthentication? auth,
}) = _Remote;