extension_tools library
Support for doing something awesome.
More dartdocs go here.
Classes
- MethodCall
- Represents a method call with its name and optional arguments arguments is a Map of the arguments passed to the method
- MockNullValue
-
Nullable<
T> - A class that represents a nullable value It is used to wrap a value that can be null and provide a way to handle null values in a type-safe way Example in copyWith: