menu
idena_lib_dart package
documentation
model/response/authenticate_response.dart
authenticateResponseToJson function
authenticateResponseToJson function
dark_mode
light_mode
authenticateResponseToJson
function
String
authenticateResponseToJson
(
AuthenticateResponse
data
)
Implementation
String authenticateResponseToJson(AuthenticateResponse data) => json.encode(data.toJson());
idena_lib_dart package
documentation
model/response/authenticate_response
authenticateResponseToJson function
authenticate_response library