ViewDocMetaEntity constructor

ViewDocMetaEntity({
  1. int id = 0,
  2. String key = '',
  3. String value = '{}',
})

Implementation

ViewDocMetaEntity({this.id = 0, this.key = '', this.value = '{}'});