fromJsonModel static method

AuthenticateInitResponse fromJsonModel(
  1. Object? json
)

Implementation

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