Milestones
@objcMembers
final class Milestones : Object
                Realm representation of a collection of Thresholds
- 
                  
                  
checklistValue
Declaration
Swift
dynamic var checklistValue: Int - 
                  
                  
checklist
Declaration
Swift
var checklist: Checklist { get } - 
                  
                  
thresholds
Declaration
Swift
let thresholds: List<Threshold> - 
                  
                  
Constructor from MTP endpoint data
Declaration
Swift
convenience init(from: SettingsJSON, list: Checklist) - 
                  
                  
Milestone text if any
Declaration
Swift
func milestone(count: Int) -> StringParameters
countNew count
Return Value
Milestone text if appropriate
 
            View on GitHub
          
      Milestones Class Reference