copyFromMsg static method
Implementation
static FMixItem copyFromMsg(FMixItemMsg msg) {
return FMixItem()
..id = msg.id
..tag = msg.tag
..text = msg.text;
}
static FMixItem copyFromMsg(FMixItemMsg msg) {
return FMixItem()
..id = msg.id
..tag = msg.tag
..text = msg.text;
}