FraudModel constructor

FraudModel({
  1. String? code,
  2. String? value,
})

Implementation

FraudModel({this.code, this.value});