ClaimGeneratorDisplayInfo constructor

const ClaimGeneratorDisplayInfo({
  1. required String name,
  2. String? version,
  3. ImageProvider<Object>? icon,
})

Implementation

const ClaimGeneratorDisplayInfo({
  required this.name,
  this.version,
  this.icon,
});