CloneFields constructor

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

Implementation

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