Home > Q&A > body text
Writing the get method like this, is the value of the type attribute fixed? How to write the set method?
class Score{
class var total : Int {
get{
return "99"
}