7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
@startuml
|
|
class SavedBool {
|
|
+ Value : bool <<get>> <<set>>
|
|
+ SavedBool(name:string, value:bool)
|
|
}
|
|
@enduml
|