Export constructor

Export({
  1. required List<String> urls,
})

Implementation

Export({required this.urls});