fromJsonModel static method
Implementation
static AuthenticateInitResponse fromJsonModel(Object? json) => AuthenticateInitResponse.fromJson(json as Map<String,dynamic>);
static AuthenticateInitResponse fromJsonModel(Object? json) => AuthenticateInitResponse.fromJson(json as Map<String,dynamic>);