UrlMapValidationResult class
Message representing the validation result for a UrlMap.
Constructors
- 
          UrlMapValidationResult({List<String> ? loadErrors, bool? loadSucceeded, List<TestFailure> ? testFailures, bool? testPassed})
- UrlMapValidationResult.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  loadErrors
  ↔ List<String> ?
- 
  
  getter/setter pair
- loadSucceeded ↔ bool?
- 
  Whether the given UrlMap can be successfully loaded.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  testFailures
  ↔ List<TestFailure> ?
- 
  
  getter/setter pair
- testPassed ↔ bool?
- 
  If successfully loaded, this field indicates whether the test passed.
  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