instance property

TodoService get instance

Implementation

static TodoService get instance => _instance ??= TodoService._();