flutter : class Tags { int id = 0; String name = ""; List<dynamic> colors = List.empty(growable: true); Tags.fromMap(dynamic map){ if(map == null ...
確定! 回上一頁