GeneralSchemaSingleValueNotifier<AValue extends Object?> constructor

GeneralSchemaSingleValueNotifier<AValue extends Object?>({
  1. required AValue value,
})

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

GeneralSchemaSingleValueNotifier({
  required this.value,
});