ErrorDetail constructor

ErrorDetail([
  1. void updates(
    1. ErrorDetailBuilder b
    )
])

Implementation

factory ErrorDetail([void updates(ErrorDetailBuilder b)]) = _$ErrorDetail;