CounterModelCliCode constructor

const CounterModelCliCode({
  1. String? module,
})

Create a base class for the counter model.

カウンターモデルのベースクラスを作成します。

Implementation

const CounterModelCliCode({this.module});