To enforce inheritance of a class or mixin’s implementation, use the base modifier. A base class disallows implementation outside of its own library. This guarantees: The base class constructor is called whenever an instance of a subtype of the clas...
vinitmepani.hashnode.dev1 min read
No responses yet.