EvmCoinEntity constructor
Implementation
const EvmCoinEntity({
required super.name,
required super.symbol,
required super.decimals,
required this.chainID,
this.allowDeletion = false,
});
const EvmCoinEntity({
required super.name,
required super.symbol,
required super.decimals,
required this.chainID,
this.allowDeletion = false,
});