BodyException constructor

BodyException({
  1. required BodyExceptionType type,
  2. required String fieldName,
  3. dynamic failedType,
  4. dynamic currentType,
  5. int? index,
})

Implementation

BodyException( {required this.type, required this.fieldName, this.failedType, this.currentType, this.index});