Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

inheritance problem in Dart

class A extends B {}
class B implements A {}

/*Common fixes
Change the type hierarchy so that there’s no circularity*/
Source by dart.dev #
 
PREVIOUS NEXT
Tagged: #inheritance #problem #Dart
ADD COMMENT
Topic
Name
5+3 =