NearbyServiceUnsupportedDecodingException constructor

NearbyServiceUnsupportedDecodingException(
  1. dynamic value
)

A decoding error - default constructor

Implementation

NearbyServiceUnsupportedDecodingException(dynamic value)
    : super(
        'Got unknown value=$value with runtimeType=${value.runtimeType}',
      );