MediaMetadata constructor Null safety

MediaMetadata(
  1. {MediaType? mediaType,
  2. Map<String?, String?>? strings,
  3. List<WebImage?>? webImages}
)

Implementation

MediaMetadata({
  this.mediaType,
  this.strings,
  this.webImages,
});