Converts a property set to a sorted list of enum names for platform calls.
List<String> toJson() => map((p) => p.name).toList()..sort();