SmsThread constructor

SmsThread(
  1. int? id
)

Implementation

SmsThread(int? id) : _id = id;