ContentfulQuery constructor
ContentfulQuery({
- required String key,
- ContentfulQueryType type = ContentfulQueryType.Equal,
- dynamic value,
Implementation
ContentfulQuery({
required String key,
ContentfulQueryType type = ContentfulQueryType.Equal,
dynamic value
}):
_key = key,
_type = type,
_value = value;