NestedResponse constructor

NestedResponse({
  1. ErrorCollection? errorCollection,
  2. int? status,
  3. WarningCollection? warningCollection,
})

Implementation

NestedResponse({this.errorCollection, this.status, this.warningCollection});