instance property

HouseService get instance

Implementation

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