SoftwareAppRef constructor

const SoftwareAppRef({
  1. required String publisher,
  2. required String identifier,
})

Implementation

const SoftwareAppRef({required this.publisher, required this.identifier});