RegistrationLeafResponse constructor

RegistrationLeafResponse({
  1. required String registrationLeafUrl,
  2. String? catalogEntry,
  3. bool? listed,
  4. String? packageContent,
  5. DateTime? published,
  6. String? registration,
})

Implementation

RegistrationLeafResponse({
  required this.registrationLeafUrl,
  this.catalogEntry,
  this.listed,
  this.packageContent,
  this.published,
  this.registration,
});