timeline property

List<double>? get timeline

Implementation

List<double>? get timeline => const fb.ListReader<double>(
  fb.Float32Reader(),
).vTableGetNullable(_bc, _bcOffset, 6);