menu
eskema
expectation.dart
Expectation
Expectation.new constructor
Expectation.new
dark_mode
light_mode
Expectation
constructor
Expectation
(
{
String
?
path
,
required
String
message
,
dynamic
value
,
String
?
code
,
Map
<
String
,
Object
?
>
?
data
,
})
Implementation
Expectation({ this.path, required this.message, this.value, this.code, this.data, });
eskema
expectation
Expectation
Expectation.new constructor
Expectation class