joints property

List<int>? get joints

Implementation

List<int>? get joints => const fb.ListReader<int>(
  fb.Int32Reader(),
).vTableGetNullable(_bc, _bcOffset, 4);