NewerVersionException constructor Null safety

NewerVersionException(
  1. [String? message]
)

Implementation

NewerVersionException([String? message]) : super(message);