void main() {
print('Om Namah Shivay');
print(info(age: 16));
}
//function
String info({String? name, required int age}) {
return "my name is ${name != null ? name : 'XYZ'} and i am $age year old";
}
I understood
void main() {
print('Om Namah Shivay');
print(info(age: 16));
}
//function
String info({String? name, required int age}) {
return "my name is ${name != null ? name : 'XYZ'} and i am $age year old";
}
I understood
For further actions, you may consider blocking this person and/or reporting abuse
Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.
Ambrish Goswami -
Angshuman -
Rizèl Scarlett -
keploy -
Top comments (0)