PropertyReflection constructor

PropertyReflection(
  1. VariableMirror mirror, [
  2. InstanceReflection? instance
])

Implementation

PropertyReflection(this.mirror, [this.instance]);