factory ScValU128.fromStruct(Map<String, dynamic> json) { return ScValU128(UInt128Parts.fromStruct(json.asMap("value"))); }