PatchFields constructor

PatchFields({
  1. required String className,
  2. required bool enabled,
})

Implementation

PatchFields({
  required this.className,
  required this.enabled,
});