JsonOffstageBuilder constructor

const JsonOffstageBuilder({
  1. required bool offstage,
})

Implementation

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