faucets property

List<String>? faucets

Implementation

List<String>? get faucets => _info[this]!['faucets'] as List<String>?;