Map<String, dynamic> toJson() { final tableName = this.tableName; return { 'tableName': tableName, }; }