ThemeModel constructor

ThemeModel(
  1. Model parent,
  2. String? id
)

Implementation

ThemeModel(Model super.parent, super.id)
    : super(scope: Scope(id: myId));