setEstimateRef method Null safety

void setEstimateRef(
  1. String estimateRef
)

Implementation

void setEstimateRef(String estimateRef) {
  payload[EAPropertyKey.ORDER_ESTIMATE_REF] = estimateRef;
}