FlutterSpotlightItem constructor

FlutterSpotlightItem({
  1. required String uniqueIdentifier,
  2. required String domainIdentifier,
  3. required String attributeTitle,
  4. required String attributeDescription,
})

Implementation

FlutterSpotlightItem({
  required this.uniqueIdentifier,
  required this.domainIdentifier,
  required this.attributeTitle,
  required this.attributeDescription,
});