GcsSource constructor

GcsSource({
  1. required List<String> uris,
})

Implementation

GcsSource({required this.uris}) : super(fullyQualifiedName);