Dart API Referencedart:coreFallThroughError

FallThroughError Class

Constructors

Code const FallThroughError() #

const FallThroughError();

Methods

Code String toString() #

String toString() => "Switch case fall-through.";