toJsonModel static method

Map<String, dynamic> toJsonModel(
  1. AuthenticateInitResponse obj
)

Implementation

static Map<String, dynamic> toJsonModel(AuthenticateInitResponse obj) => obj.toJson();