ViewRow<T> constructor

ViewRow<T>({
  1. required String id,
  2. required dynamic key,
  3. dynamic value,
  4. Doc<T>? doc,
})

Implementation

ViewRow({required this.id, required this.key, this.value, this.doc});