values constant

List<FeeEstimationMode> const values

Implementation

static const $core.List<FeeEstimationMode> values = <FeeEstimationMode>[
  INVALID,
  AVG_LAST,
  AVG_T5,
  AVG_T20,
  AVG_T50,
  MIN_ALWAYS,
  AVG_MIDDLE,
  AVG_TOP,
];