EAOrder constructor Null safety

EAOrder(
  1. {required String path,
  2. required String ref}
)

Implementation

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