MobileIdInfo constructor

MobileIdInfo({
  1. String? appId,
  2. String? dataSourceType,
  3. String? keySpace,
})

Implementation

MobileIdInfo({this.appId, this.dataSourceType, this.keySpace});