NestedResponse constructor
NestedResponse({
- ErrorCollection? errorCollection,
- int? status,
- WarningCollection? warningCollection,
Implementation
NestedResponse({this.errorCollection, this.status, this.warningCollection});