sources property

  1. @override
List<String> get sources
override

Relay that an event was received from

Implementation

@override
List<String> get sources => super.sources;
set sources (List<String> value)
inherited

Relay that an event was received from

Implementation

List<String> sources = [];