GetField constructor

GetField(
  1. dynamic obj,
  2. dynamic field
)

Implementation

GetField(obj, field) : super([obj, field]);