model/RelationsResponseModel library
Classes
Functions
-
dataFromJson(
String str) → Data - relation : "Brother"
-
dataToJson(
Data data) → String -
relationsResponseModelFromJson(
String str) → RelationsResponseModel -
data :
{"relation":"Brother"},{"relation":"Daughter"},{"relation":"Father"},{"relation":"Mother"},{"relation":"Sister"},{"relation":"Son"}success : 1 message : "" -
relationsResponseModelToJson(
RelationsResponseModel data) → String