menu
npk_core package
documentation
service/result_model.dart
npkResultFromJson function
npkResultFromJson function
dark_mode
light_mode
npkResultFromJson
function
NpkResult
npkResultFromJson
(
String
str
)
Implementation
NpkResult npkResultFromJson(String str) => NpkResult.fromJson(json.decode(str));
npk_core package
documentation
service/result_model
npkResultFromJson function
result_model library