documentUrls property
Implementation
List<String>? get documentUrls =>
_wrapped.documentUrls?.toDart.cast<String>().map((e) => e).toList();
List<String>? get documentUrls =>
_wrapped.documentUrls?.toDart.cast<String>().map((e) => e).toList();