chainId constant

String const chainId

Implementation

static const String chainId = r'''query {
ledger_infos {
  chain_id
}
}''';