Created
August 10, 2019 08:37
-
-
Save juliuscanute/477ddac52292479476e0a14a2f55f4c3 to your computer and use it in GitHub Desktop.
[Creating a object of an class] #class #dart #object #create
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$1(k1:v1, k2:v2,...kn:vn) | |
//$1 - Class name | |
//k1..kn - Reference method parameter | |
//v1..vn - Value of method parameter | |
MyWidget(name: categoryName, color: categoryColor, iconLocation: categoryIcon) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment