JsonOfFields constructor

JsonOfFields({
  1. required String className,
})

Implementation

JsonOfFields({
  required this.className,
});