Posted by Gilad Bracha Eliminating Interface Declarations from Dart This document motivates the planned phase-out of interface declarations from the Dart language, and details the required specification changes. Motivation In Dart, every class engenders an implicit interface. Now that this feature is implemented, it is possible to actually eliminate interface declarations from the …