AssertNeutral constructor

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

Implementation

AssertNeutral({super.message, super.index});