toSmsThreadInfoDatas method

List<SmsThreadInfoData> toSmsThreadInfoDatas()

Implementation

List<SmsThreadInfoData> toSmsThreadInfoDatas() {
  return map((e) {
    return e.toSmsThreadInfoData();
  }).toList();
}