WindowsPlatformFileEditor constructor

WindowsPlatformFileEditor({
  1. RenamePlatform platform = RenamePlatform.windows,
})

Creates an instance of WindowsPlatformFileEditor.

Implementation

WindowsPlatformFileEditor({
  RenamePlatform platform = RenamePlatform.windows,
}) : super(platform: platform);