Remote constructor

const Remote({
  1. required String url,
  2. @Default(null) RemoteAuthentication? auth,
})

Implementation

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