Entrypoint constructor
Entrypoint({})
Implementation
Entrypoint({
this.type_ = EntrypointType.none,
this.uri = '',
this.opcodeGroupsFromServer = Opcode.NONE,
this.opcodeGroupsToServer = Opcode.NONE,
this.priority = 0,
this.description = '',
this.authTicket = const [],
this.isUnreliable = false,
});