menu
pubtidy package
documentation
patchfixer.dart
Patch
Patch.new constructor
Patch.new constructor
dark_mode
light_mode
Patch
constructor
Patch
(
{
required
int
offset
,
required
int
length
,
required
String
replaceTo
,
})
Implementation
Patch({ required this.offset, required this.length, required this.replaceTo, });
pubtidy package
documentation
patchfixer
Patch
Patch.new constructor
Patch class