creativeIds property
- @Deprecated("This method is deprecated and will be removed in the next version. Use creativeId instead.")
Returns an Adrop ad's creativeIds.
Implementation
@Deprecated(
"This method is deprecated and will be removed in the next version. Use creativeId instead.")
List<String> get creativeIds {
return [];
}