ExplainResponse class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

ExplainResponse({String? dbName, required Index index, required Map<String, dynamic> selector, required Opts opts, required int limit, required int skip, required Object fields, Map<String, dynamic>? range})
ExplainResponse.fromJson(Map<String, dynamic> json)
factory

Properties

dbName String?
getter/setter pair
fields Object
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index Index
getter/setter pair
limit int
getter/setter pair
opts Opts
getter/setter pair
range Map<String, dynamic>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selector Map<String, dynamic>
getter/setter pair
skip int
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