CopyPageRequestDestination constructor

CopyPageRequestDestination({
  1. required CopyPageRequestDestinationType type,
  2. required String value,
})

Implementation

CopyPageRequestDestination({required this.type, required this.value});