UALowEntropyJSONValue constructor

UALowEntropyJSONValue({
  1. List<NavigatorUABrandVersion>? brands,
  2. bool? mobile,
  3. String? platform,
})

Implementation

UALowEntropyJSONValue({this.brands, this.mobile, this.platform});