Notice class

Notices object defined in section 4.3 of RFC 7483.

Constructors

Notice({List<String>? description, List<Link>? links, String? title, String? type})
Notice.fromJson(Map json_)

Properties

description List<String>?
Description of the notice.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Link to a document containing more information.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Title of a notice.
getter/setter pair
type String?
Type values defined in section 10.2.1 of RFC 7483 specific to a whole response: "result set truncated due to authorization", "result set truncated due to excessive load", "result set truncated due to unexplainable reasons".
getter/setter pair

Methods

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

Operators

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