PluginBasicData constructor

PluginBasicData({
  1. String? name,
  2. String? genesisHash,
  3. int? ss58,
  4. MaterialColor? primaryColor,
  5. Color? gradientColor,
  6. AssetImage? backgroundImage,
  7. Widget? icon,
  8. Widget? iconDisabled,
  9. int? jsCodeVersion,
  10. bool isTestNet = true,
  11. bool isXCMSupport = false,
  12. String? parachainId,
})

Implementation

PluginBasicData({
  this.name,
  this.genesisHash,
  this.ss58,
  this.primaryColor,
  this.gradientColor,
  this.backgroundImage,
  this.icon,
  this.iconDisabled,
  this.jsCodeVersion,
  this.isTestNet = true,
  this.isXCMSupport = false,
  this.parachainId,
});