toFieldsIds method

List<String> toFieldsIds()

Implementation

List<String> toFieldsIds() {
  return whereType<ExternalField>().where((ExternalField it) => it.isValid).map((ExternalField it) => it.id!).toList();
}