TestHelpersTestClockCreateOptions constructor

const TestHelpersTestClockCreateOptions({
  1. List<String>? expand,
  2. required DateTime frozenTime,
  3. String? name,
})

Implementation

const TestHelpersTestClockCreateOptions({
  this.expand,
  required this.frozenTime,
  this.name,
});