Just to be sure, has Dart removed explicitly defining an interface
now in favor of implicitly defining it via abstract
?
I see it mentioned in Dart and Interface Segregation Principle, however I'm also finding a lot of content still referencing the explicit definition, such as When to use interfaces in Dart?