AssertResult constructor

AssertResult({
  1. String? message,
  2. int? index,
})

Implementation

AssertResult({this.message, this.index});