APIErrors constructor

APIErrors({
  1. List<APIError> subErrors = const [],
})

Implementation

APIErrors({this.subErrors = const []});