TransStruct.newStruct constructor
TransStruct.newStruct()
Implementation
factory TransStruct.newStruct() {
return TransStruct(title: "", option: []);
}
factory TransStruct.newStruct() {
return TransStruct(title: "", option: []);
}