setDefault static method

CoffeeFile setDefault(
  1. String path
)

Implementation

static CoffeeFile setDefault(String path) => CoffeeFile(
  id: 0,
  name: '',
  size: 0,
  extension: '',
  path: path,
  isDefault: true
);