PropertyKey constructor

PropertyKey({
  1. String? key,
  2. String? self,
})

Implementation

PropertyKey({this.key, this.self});