elapsed property Null safety
The amount of fake time that's elapsed since this FakeAsync was created.
Implementation
Duration get elapsed => _elapsed;
The amount of fake time that's elapsed since this FakeAsync was created.
Duration get elapsed => _elapsed;