RelayOutput constructor

RelayOutput({
  1. required String token,
  2. required RelayOutputSettings properties,
})

Implementation

RelayOutput({required this.token, required this.properties});