Validated

data class Validated<T>

Used to indicate the data has gone through a validation process like ensuring required or expected values aren't null etc.

This class should only be instantiated by the factories.

Properties

Link copied to clipboard
val item: T