TestInfo.fromProto constructor
TestInfo.fromProto(
- TestInfoProto proto
Implementation
factory TestInfo.fromProto(TestInfoProto proto) => TestInfo(
id: proto.id.toInt(),
name: proto.name,
parentId: proto.parentId.toInt(),
);