media property

Media get media

Implementation

Media get media {
  if (_media == null) throw Exception();

  return _media!;
}