source property

  1. @TagNumber.new(35)
String get source

Source that emitted the event: "cpp", "swift", "kotlin", "flutter", "react_native", "web", or a backend/plugin key. This disambiguates platform adapter facts from portable orchestration events.

Implementation

@$pb.TagNumber(35)
$core.String get source => $_getSZ(34);
  1. @TagNumber.new(35)
set source (String value)

Implementation

@$pb.TagNumber(35)
set source($core.String value) => $_setString(34, value);