samples property Null safety
read / write
List of face samples found by the tracker.
Most of the samples are received from the frame_id frame
but some samples can be received from the previous frames.
Implementation
List<RawSample> samples = [];