liveIconValue property

  1. @TagNumber(25)
FFIconValue get liveIconValue

@doc The icon to show when the broadcast is live (leading the Live text).

Implementation

@$pb.TagNumber(25)
FFIconValue get liveIconValue => $_getN(24);
  1. @TagNumber(25)
set liveIconValue (FFIconValue value)

Implementation

@$pb.TagNumber(25)
set liveIconValue(FFIconValue value) => $_setField(25, value);