ConstructFields constructor

ConstructFields({
  1. required String className,
})

Implementation

ConstructFields({
  required this.className,
});