Caption constructor
Caption({
- String? etag,
- String? id,
- String? kind,
- CaptionSnippet? snippet,
Implementation
Caption({this.etag, this.id, this.kind, this.snippet});