DocEntity.get constructor

DocEntity.get(
  1. int id,
  2. String key,
  3. String value
)

Implementation

factory DocEntity.get(int id, String key, String value) =>
    DocEntity(id: id, key: key, value: value);