Skip to content

Instantly share code, notes, and snippets.

@dllewellyn
Created November 26, 2019 06:39
Show Gist options
  • Save dllewellyn/9c3f1563100659098e28c80c6e14f357 to your computer and use it in GitHub Desktop.
Save dllewellyn/9c3f1563100659098e28c80c6e14f357 to your computer and use it in GitHub Desktop.
List<AccountData> mockAccount() => [
AccountData(
key: "Test data",
balance: 0.50,
currencyValue: SupportedCurrency(id: "BTC", name: "Bitcoin"),
provider: "coinbase",
uid: "123123"),
AccountData(
key: "Test data2",
balance: 100,
currencyValue: SupportedCurrency(id: "ETH", name: "Ether"),
provider: "coinbase",
uid: "123123")
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment