UtilsEntity.get constructor

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

Implementation

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