Concept Flow - Actor declaration syntax
Start
Write 'actor' keyword
Name the actor
Add braces { }
Declare properties and methods inside
Actor ready to use
End
This flow shows how to declare an actor in Swift: start with the 'actor' keyword, give it a name, add braces, then put properties and methods inside.