ProviderBinaryResolution constructor

const ProviderBinaryResolution({
  1. required String path,
  2. required String version,
})

Implementation

const ProviderBinaryResolution({required this.path, required this.version});