frameIds property
The IDs of specific frames to inject into.
Implementation
List<int>? get frameIds =>
_wrapped.frameIds?.toDart.cast<int>().map((e) => e).toList();
The IDs of specific frames to inject into.
List<int>? get frameIds =>
_wrapped.frameIds?.toDart.cast<int>().map((e) => e).toList();