should Validate Model Usage
If true, Epoxy models added to an EpoxyController will be validated at run time to make sure they are properly used.
By default this is true, and it is highly recommended to enable it to prevent accidental misuse of your models. However, you may want to disable this for production builds to avoid the overhead of the runtime validation code.
Using a debug build flag is a great way to do this.