MarshallingException.typeMissmatch constructor

MarshallingException.typeMissmatch(
  1. Type t,
  2. Object o
)

Implementation

MarshallingException.typeMissmatch(Type t, Object o)
    : this('Expected a type of $t but object has type ${o.runtimeType}');