abstract class Human {
String intro();
}
class Mide implements Human {
final String _name;
Mide(this._name);
@override
String intro(){
return "I'm $_name 👋";
};
}
Mide me = Mide("Emmanuel");
print(me.intro());
💭
In the cloud…
Building stuff that really matter.
Highlights
- Pro
Pinned Loading
-
manga_raw_scraper
manga_raw_scraper PublicNpm package for reaping https://manga-raw.club off their content? 😅 or not? Just kidding? Scrapes free content
JavaScript
-
-
rafiki
rafiki PublicForked from interledger/rafiki
An open-source, comprehensive Interledger service for wallet providers, enabling them to provide Interledger functionality to their users.
TypeScript
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.