This commit is contained in:
Vadim 2023-04-01 21:59:57 +03:00
parent 6010dd9813
commit b42a11ab38

View file

@ -30,7 +30,7 @@ class Film {
const Film(this.name, this.iso); const Film(this.name, this.iso);
const Film.other() const Film.other()
: name = 'Other', : name = '',
iso = 0; iso = 0;
@override @override