ids property

List<String> get ids

Implementation

List<String> get ids {
  return map((Field field) => field.id).toList();
}