CoerceTo constructor

CoerceTo(
  1. dynamic obj,
  2. String type
)

Implementation

CoerceTo(obj, String type) : super([obj, type]);