JsonSaveContextBuilder constructor

const JsonSaveContextBuilder({
  1. required String key,
})

Implementation

const JsonSaveContextBuilder({
  required this.key,
}) : super(numSupportedChildren: kNumSupportedChildren);