BadRequest class final

Implemented types

Constructors

BadRequest(String type, String title, String details, int status, String instance, {String? field})

Properties

details String
final
field String?
final
hashCode int
The hash code for this object.
no setterinherited
instance String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
final
title String
final
type String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toJsonString() String
override
toString() String
A string representation of this object.
inherited
toXmlString() String
override

Operators

operator ==(Object other) bool
The equality operator.
inherited