DesignDocument class

Constructors

DesignDocument(String id, {String? rev, Map<String, String>? revHistory, String? language, Map<String, View>? views, Map<String, String>? lists, Map<String, String>? shows, Map<String, String>? updateHandlers, Map<String, String>? filters})
DesignDocument.fromJSON(Map<String, dynamic> data)
factory

Properties

filters Map<String, String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
language String?
getter/setter pair
lists Map<String, String>
getter/setter pair
rev String?
getter/setter pair
revHistory Map<String, String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shows Map<String, String>
getter/setter pair
updateHandlers Map<String, String>?
getter/setter pair
views Map<String, View>
getter/setter pair

Methods

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

Operators

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

Static Methods

encode(DesignDocument value) Map<String, dynamic>