setType method Null safety
- String type
Sets the type property
Implementation
void setType(String type) {
payload[EAPropertyKey.ESTIMATE_TYPE] = type;
}
Sets the type property
void setType(String type) {
payload[EAPropertyKey.ESTIMATE_TYPE] = type;
}