PlatformParameter constructor

PlatformParameter({
  1. required String platformVendor,
  2. required String platformVersion,
  3. required CryptAlgorithmInfo cryptAlgorithmInfo,
})

Implementation

PlatformParameter(
    {required this.platformVendor,
    required this.platformVersion,
    required this.cryptAlgorithmInfo});