TransStruct.newStruct constructor

TransStruct.newStruct()

Implementation

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