evm property

List<FeePriority> get evm

Implementation

static List<FeePriority> get evm {
  return [
    low,
    medium,
    high,
  ];
}