fake library

Functions

myoroFake<T>() → T
Function which generates a fake object of the type provided.
myoroNullableFake<T>() → T?
myoroFake, but can randomly return a nullable object.