ViewValueDoc constructor
ViewValueDoc({
- required String docId,
- dynamic value,
Implementation
ViewValueDoc({required this.docId, this.value});
ViewValueDoc({required this.docId, this.value});