MarshallingException.noAddress constructor

MarshallingException.noAddress(
  1. Object o
)

Implementation

MarshallingException.noAddress(Object o)
    : this('Expected a address (int) but found ${o.runtimeType}');