Update crypto_currency.dart

This commit is contained in:
Omar Hatem 2024-04-26 05:32:13 +03:00 committed by GitHub
parent 9ff6da3d5d
commit a5a3b4ac0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ class CryptoCurrency extends EnumerableItem<int> with Serializable<int> implemen
this.fullName, this.fullName,
this.iconPath, this.iconPath,
this.tag, this.tag,
this.enabled = true, this.enabled = false,
}) })
: super(title: title, raw: raw); : super(title: title, raw: raw);