Todo
Todo Model that stores the fields related to a Todo
Constructor Summary
Public Constructor | ||
public |
constructor(description: string, complete: boolean) Creates the Todo Model |
Member Summary
Public Members | ||
public |
complete: * |
|
public |
description: * |
Method Summary
Public Methods | ||
public |
toggleComplete(): void Toggles the completion status of the Todo |