()
| 51 | |
| 52 | // Indicates whether this is the first item in the collection. |
| 53 | get first(): boolean { |
| 54 | return this.index === 0; |
| 55 | } |
| 56 | |
| 57 | // Indicates whether this is the last item in the collection. |
| 58 | get last(): boolean { |
no outgoing calls
no test coverage detected