fromJsonModel static method

RegisterInitResponse fromJsonModel(
  1. Object? json
)

Implementation

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