PropertiesEntry constructor

PropertiesEntry(String key, dynamic value)

Implementation

PropertiesEntry(this.key,this.value);