decode static method
JSON 문자열에서 디코딩
Implementation
static KAuthSession decode(String encoded) {
return KAuthSession.fromJson(jsonDecode(encoded) as Map<String, dynamic>);
}
JSON 문자열에서 디코딩
static KAuthSession decode(String encoded) {
return KAuthSession.fromJson(jsonDecode(encoded) as Map<String, dynamic>);
}