Data structure
Dataframe
Repl
Conventions
moves
Get a TimelineScene with moving sequences and stopped sequences. This is based on the speed column
final TimelineScene scene = df.moves();
timeSequences
Get a TimelineScene with sequences splited from a time interval
Positional parameter:
Duration required: the time gap between sequences to use
Duration
final TimelineScene scene = df.timeSequences(gap: Duration(minutes:5);