HttpErrorTrait.fromJson constructor

const HttpErrorTrait.fromJson(
  1. Object? json
)

Implementation

const HttpErrorTrait.fromJson(Object? json) : this(json as int);