CopyPageRequestDestination constructor
CopyPageRequestDestination({
- required CopyPageRequestDestinationType type,
- required String value,
Implementation
CopyPageRequestDestination({required this.type, required this.value});