EntityProperty constructor

EntityProperty({
  1. String? key,
  2. dynamic value,
})

Implementation

EntityProperty({this.key, this.value});