getMediaId method

String? getMediaId()

Implementation

String? getMediaId() {
  return _mediaDetail!.id!;
}