menu
monart
monart_testing.dart
MockService
<
Value
>
MockService.new constructor
MockService.new
dark_mode
light_mode
MockService<
Value
>
constructor
MockService<
Value
>
(
Result
<
Value
>
_result
)
Creates a mock that always returns the given
Result
on every
call
.
Implementation
MockService(this._result);
monart
monart_testing
MockService
<
Value
>
MockService.new constructor
MockService class