SdkException constructor Null safety

SdkException(
  1. {String message = 'Constructor error'}
)

Implementation

SdkException({this.message = 'Constructor error'});