CopyPageHierarchyTitleOptions constructor

CopyPageHierarchyTitleOptions({
  1. String? prefix,
  2. String? replace,
  3. String? search,
})

Implementation

CopyPageHierarchyTitleOptions({this.prefix, this.replace, this.search});