Cep constructor
const
Cep({})
Creates an immutable Cep instance.
All fields are required and must be non-null.
Implementation
const Cep({
required this.cep,
required this.address,
required this.district,
required this.city,
required this.state,
});