fromProto static method

NoticeOptionsModel fromProto(
  1. NoticeData_Options options
)

Implementation

static NoticeOptionsModel fromProto(NoticeData_Options options) {
  return NoticeOptionsModel(
    storageForClient: options.storageForClient,
    updateConvNotice: options.updateConvNotice,
  );
}