EntityGraphDevtoolsChange constructor
const
EntityGraphDevtoolsChange({
- required EntityGraphDevtoolsChangeCategory category,
- required EntityGraphDevtoolsChangeAction action,
- required String key,
- required EntityGraphDevtoolsValueState valueState,
- String? id,
- int? beforeCount,
- int? afterCount,
- Object? before,
- Object? after,
Implementation
const EntityGraphDevtoolsChange({
required this.category,
required this.action,
required this.key,
required this.valueState,
this.id,
this.beforeCount,
this.afterCount,
this.before,
this.after,
});