realIds property

List<String> get realIds

Implementation

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