ServerError constructor

const ServerError({
  1. dynamic errorModel,
})

Implementation

const ServerError({this.errorModel});