mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 19:05:51 +00:00
linting
This commit is contained in:
parent
10c5a0a4b3
commit
2d7a50a5a1
1 changed files with 0 additions and 17 deletions
|
@ -41,21 +41,4 @@ class Crypto {
|
||||||
|
|
||||||
return map;
|
return map;
|
||||||
}
|
}
|
||||||
|
|
||||||
Crypto copyWith({
|
|
||||||
String? ticker,
|
|
||||||
String? name,
|
|
||||||
}) {
|
|
||||||
return Crypto(
|
|
||||||
ticker: ticker ?? this.ticker,
|
|
||||||
name: name ?? this.name,
|
|
||||||
network: network ?? this.network,
|
|
||||||
contractAddress: contractAddress ?? this.contractAddress,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
|
||||||
String toString() {
|
|
||||||
return "Crypto: ${toJson()}";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue