factory UnexpectedRequestTypeError.fromJson(Map<String, dynamic> json) => UnexpectedRequestTypeError.fromString(json[_JsonFields.value] as String);