import 'package:floor/floor.dart'; @Entity(tableName: "vegetables") class Vegetable { @PrimaryKey(autoGenerate: true) final int? id; ...
確定! 回上一頁