TvRemoteEvent constructor

const TvRemoteEvent({
  1. required KeyType type,
  2. required KeyAction action,
})

Implementation

const TvRemoteEvent({required this.type, required this.action});