HomePageCliCode constructor

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

Create a base class for the home page.

ホームページのベースクラスを作成します。

Implementation

const HomePageCliCode({this.module});