menu
cardinal_sdk package
documentation
model/couchdb/view.dart
View
View constructor
View constructor
dark_mode
light_mode
View
constructor
View
(
String
map
, {
String
?
reduce
,
})
Implementation
View( this.map, { String? reduce }) : reduce = reduce ?? null;
cardinal_sdk package
documentation
model/couchdb/view
View
View constructor
View class