const factory AmlResultModel({ bool? status, String? message, AmlResult? result, }) = _AmlResultModel;