SoftwareApp constructor
const
SoftwareApp({
- required SoftwareAppRef ref,
- required String name,
- required String description,
- required String? summary,
- required String? iconUrl,
- required List<
String> imageUrls, - required List<
String> platforms, - required Nip01Event event,
Implementation
const SoftwareApp({
required this.ref,
required this.name,
required this.description,
required this.summary,
required this.iconUrl,
required this.imageUrls,
required this.platforms,
required this.event,
});