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.
Pinned Loading
-
-
-
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.






















