DART1 Dartlang class에 Object를 argument로 넘겨주기 딴지, 훈수 대환영입니다. 문제 있으면 지적해주세요 굽신굽신.. class Shop { final dynamic shopObject; late final int id; late final String shopCode; late final String shopName; late final String address; late final bool authorized; late final bool publicShop; late final String shopImage; Shop({required this.shopObject}){ assert(shopObject != null, 'shop object is not nullable'); assert(shopObject['id'] != null, 'shop id i.. 2021. 6. 20. 이전 1 다음