children property

List<int>? get children

Implementation

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