DestinationArgumentConverter constructor

DestinationArgumentConverter()

Get an instance of DestinationArgumentConverter.

Note: this constructor will always return the same instance per isolate.

Implementation

factory DestinationArgumentConverter() {
  return instance ??= DestinationArgumentConverter.private(
    <String, DestinationArgumentFromJson>{},
  );
}