ShortCode constructor

ShortCode({
  1. String? number,
  2. String? regionCode,
})

Implementation

ShortCode({this.number, this.regionCode});