b099l3 / iainsmith.me

✨ My portfolio built with Next.js, Tailwind, Prisma, and Vercel.
https://iainsmith.me
Other
4 stars 0 forks source link

Add snippet for super constructor #5

Closed b099l3 closed 1 year ago

b099l3 commented 2 years ago

https://www.tutorialspoint.com/super-constructor-in-dart-programming#:~:text=The%20subclass%20can%20inherit%20the,of%20the%20super()%20constructor.

Subclassconstructor():super(){
}
b099l3 commented 1 year ago

Added