SdkException constructor

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

Implementation

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