ValidationOutput class
Contains validation output.
Constructors
- ValidationOutput({AppValidationOutput? appValidationOutput, DateTime? latestValidationTime, String? name, ServerValidationOutput? serverValidationOutput, ValidationStatus? status, String? statusMessage, String? validationId})
-
ValidationOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- appValidationOutput → AppValidationOutput?
-
The output from validating an application.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- latestValidationTime → DateTime?
-
The latest time that the validation was performed.
final
- name → String?
-
The name of the validation.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverValidationOutput → ServerValidationOutput?
-
The output from validation an instance.
final
- status → ValidationStatus?
-
The status of the validation.
final
- statusMessage → String?
-
The status message.
final
- validationId → String?
-
The ID of the validation.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited