WithFields constructor

WithFields(
  1. dynamic obj,
  2. dynamic fields
)

Implementation

WithFields(obj, fields) : super([obj, fields]);