humanIds property

List<String> humanIds

humans の document ID List

Implementation

List<String> get humanIds => humans.map((human) => human.documentID).toList();