Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 7 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Coverage | 100% |
Changes | 0 |
1 | export default class Model { |
||
2 | title: string; |
||
3 | |||
4 | constructor() { |
||
5 | 9 | this.title = 'TODO@Language'; |
|
6 | } |
||
7 | } |