Skip to content

bjorn001585/bjorn001585

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 

Repository files navigation

class About extends Person {
  About(): super(
    name: "San Krayer",
    age: Person.rangeAge(22, 23),
    sex: "Male",
    special: "Fox",
    skills: [
      "TypeScript",
      "Dart",
      "React",
      "Next",
      "SCSS",
      "CSS",
      "HTML",
      "Mongoose",
      "Firebase"
    ],
    interests: [
      "Programming",
      "Game",
      "Astronomy",
      "Science",
      "Furry"
    ]
  );

  @override get fullInfo => "Hi, I'm $name, I'm $age and I like ${interests.smartJoin(",", "and")}";
  @override get fullSkills => "My skills ${skills.smartJoin(",", "and")}";
}
void main() {
  var me = About();

  print(me.fullInfo);
  print(me.fullSkills);
}
💻 Статистика профиля GitHub
DenverCoder1's Github Stats DenverCoder1's Top Languages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published