Line data Source code
1 : class AppIconEntity { 2 : String id; 3 : String url; 4 : 5 1 : AppIconEntity({ 6 : this.id, 7 : this.url, 8 : }); 9 : }