We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365108f commit d05c4b3Copy full SHA for d05c4b3
patterns/prototype/shapes/README.md
@@ -8,7 +8,11 @@ Copies of geometric objects.
8
**Description:**
9
https://refactoring.guru/design-patterns/prototype?#pseudocode
10
11
-## Client code:
+### Class Diagram:
12
+
13
+
14
15
+### Client code:
16
```dart
17
void main() {
18
final originalShapes = [
0 commit comments