Op constructor
const
Op({
- required String type,
- required dynamic data,
Implementation
const Op({required this.type, required this.data});
const Op({required this.type, required this.data});