thisの自動表示方法を教えて頂きたいです。
・Restaurant(this.img, this.title, this.subtitle, this.about, this.rate, this.sale,);
Flutter
1class Restaurant { 2 3 String img; 4 String title; 5 String subtitle; 6 String about; 7 String rate; 8 String sale; 9 10 Restaurant(this.img, this.title, this.subtitle, this.about, this.rate, 11 this.sale,); 12 13}
一度、赤色の**『!(警告マーク)』**が出た際は上記コードを一瞬で表示できたのですが、
以後警告マークが表示されません。
this.imgなどを表示する、特定のキーなどが存在するのでしょうか。
お時間あるときにご返信いただければ。幸いです。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/07/09 03:41