Monitor class

Annotations
  • @entity

Constructors

Monitor({int? id, String? url, String? scheme, String? host, String? path, String? query, String? protocol, String? method, String? requestHeaders, String? requestBody, String? requestContentType, int? requestContentLength, int? requestDate, String? responseHeaders, String? responseBody, String? responseContentType, int? responseContentLength, int? responseDate, String? responseTlsVersion, String? responseCipherSuite, int? responseCode, String? responseMessage, String? error, String? curl, String? source, int? outerId})
Monitor.fromJson(Map<String, dynamic> json)

Properties

curl String?
getter/setter pair
error String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
host String?
getter/setter pair
id int?
getter/setter pair
method String?
getter/setter pair
outerId int?
getter/setter pair
path String?
getter/setter pair
protocol String?
getter/setter pair
query String?
getter/setter pair
requestBody String?
getter/setter pair
requestContentLength int?
getter/setter pair
requestContentType String?
getter/setter pair
requestDate int?
getter/setter pair
requestHeaders String?
getter/setter pair
responseBody String?
getter/setter pair
responseCipherSuite String?
getter/setter pair
responseCode int?
getter/setter pair
responseContentLength int?
getter/setter pair
responseContentType String?
getter/setter pair
responseDate int?
getter/setter pair
responseHeaders String?
getter/setter pair
responseMessage String?
getter/setter pair
responseTlsVersion String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String?
getter/setter pair
source String?
getter/setter pair
url String?
getter/setter pair

Methods

copyWith({int? id, String? url, String? scheme, String? host, String? path, String? query, String? protocol, String? method, String? requestHeaders, String? requestBody, String? requestContentType, int? requestContentLength, int? requestDate, String? responseHeaders, String? responseBody, String? responseContentType, int? responseContentLength, int? responseDate, String? responseTlsVersion, String? responseCipherSuite, int? responseCode, String? responseMessage, String? error, String? curl, String? source, int? outerId}) Monitor
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.
override

Operators

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