MarshallingException.noAddress constructor

MarshallingException.noAddress(
  1. Object o
)

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

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