animations property

List<Animation>? get animations

Implementation

List<Animation>? get animations => const fb.ListReader<Animation>(
  Animation.reader,
).vTableGetNullable(_bc, _bcOffset, 12);