Response.allTestsPassed constructor

Response.allTestsPassed(
  1. {Map<String, dynamic>? data}
)

Constructor to use for positive response.

Implementation

Response.allTestsPassed({this.data})
    : _allTestsPassed = true,
      _failureDetails = null;