SourceLongitudeCleared returns if the "sourceLongitude" field was cleared in this mutation.
()
| 946 | |
| 947 | // SourceLongitudeCleared returns if the "sourceLongitude" field was cleared in this mutation. |
| 948 | func (m *AlertMutation) SourceLongitudeCleared() bool { |
| 949 | _, ok := m.clearedFields[alert.FieldSourceLongitude] |
| 950 | return ok |
| 951 | } |
| 952 | |
| 953 | // ResetSourceLongitude resets all changes to the "sourceLongitude" field. |
| 954 | func (m *AlertMutation) ResetSourceLongitude() { |