Setting constructor

Setting({
  1. String? type,
  2. Map<String, Object?>? value,
})

Implementation

Setting({this.type, this.value});