documentIds property
The
IDs
of specific documentIds to inject into. This must not be set if
frameIds
is set.
Implementation
List<String>? get documentIds =>
_wrapped.documentIds?.toDart.cast<String>().map((e) => e).toList();
The
IDs
of specific documentIds to inject into. This must not be set if
frameIds
is set.
List<String>? get documentIds =>
_wrapped.documentIds?.toDart.cast<String>().map((e) => e).toList();