RootInspector
RootInspector is the starting point for getting your data and corresponding paths from your deep nested model structure. Get this by calling the factory method inspectorOf.
Inspector is useful in validation process to know which model attribute is not valid.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Creates a new Inspector from a non-nullable parent inspector that either contains the original value or null
if its value matches the given placeholder.