EAOrder constructor Null safety
Implementation
EAOrder({required String path, required String ref}) : super(path: path, ref: ref) {
payload.removeWhere((key, _) => key == EAPropertyKey.ESTIMATE);
}
EAOrder({required String path, required String ref}) : super(path: path, ref: ref) {
payload.removeWhere((key, _) => key == EAPropertyKey.ESTIMATE);
}