Append<PageKey> constructor

const Append<PageKey>({
  1. required PageKey key,
})

Creates an Append action with the specified key.

Implementation

const Append({required this.key});