JsonOffstageBuilder constructor
const
JsonOffstageBuilder({
- required bool offstage,
Implementation
const JsonOffstageBuilder({
required this.offstage,
}) : super(numSupportedChildren: kNumSupportedChildren);