JSONMappingParameters constructor

JSONMappingParameters({
  1. required String recordRowPath,
})

Implementation

JSONMappingParameters({
  required this.recordRowPath,
});