Skip to content

Instantly share code, notes, and snippets.

View MelvinRB27's full-sized avatar
💯
No dreamer stops dreaming out of fear

Melvin RB MelvinRB27

💯
No dreamer stops dreaming out of fear
View GitHub Profile
@MelvinRB27
MelvinRB27 / main.dart
Created October 3, 2023 18:14
divine-spray-7632
void main() {
//print( kLOK( name: 'CARA DE SALAMI', klok: 'KLOK CON KLOK') );
final he = Hero('Melvin', 'Flash');
print('Name: ${he.name}');
print('Power: ${he.power}');
}
String kLOK({required String klok, String name = ''}) {