SapValidationValidationDetail class

Message describing the SAP validation metrics.

Constructors

SapValidationValidationDetail({Map<String, String>? details, bool? isPresent, String? sapValidationType})
SapValidationValidationDetail.fromJson(Map json_)

Properties

details Map<String, String>?
The pairs of metrics data: field name & field value.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isPresent bool?
Was there a SAP system detected for this validation type.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sapValidationType String?
The SAP system that the validation data is from.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited