(ts: Timestamp)
| 1105 | } |
| 1106 | |
| 1107 | isEqual(ts: Timestamp): boolean { |
| 1108 | return this.native.compare(ts.native) === NSComparisonResult.OrderedSame; |
| 1109 | } |
| 1110 | |
| 1111 | toDate() { |
| 1112 | return this.native.dateValue(); |
nothing calls this directly
no outgoing calls
no test coverage detected