TrackPublishError constructor Null safety

TrackPublishError(
  1. [String msg = 'Failed to publish track']
)

Implementation

TrackPublishError([String msg = 'Failed to publish track']) : super(msg);