I am new to dart. In typescript I could do something like this:
// business-logic.ts interface Item { name: string; } int