fromData static method
Implementation
static IdentifiedClientState fromData(IdentifiedClientStateCommonArgs data) {
return IdentifiedClientState(data.client_Id!, data.client_state!);
}
static IdentifiedClientState fromData(IdentifiedClientStateCommonArgs data) {
return IdentifiedClientState(data.client_Id!, data.client_state!);
}