SeoDirectoryRuntimeStore constructor

SeoDirectoryRuntimeStore(
  1. String directory, {
  2. String? expectedDartVersion,
})

Implementation

SeoDirectoryRuntimeStore(
  this.directory, {
  String? expectedDartVersion,
}) : expectedDartVersion =
          expectedDartVersion ?? Platform.version.split(' ').first;