SendOTPResponse.fromJson constructor

SendOTPResponse.fromJson(
  1. Map<String, dynamic>? json
)

Implementation

factory SendOTPResponse.fromJson(Map<String, dynamic>? json) =>
    _$SendOTPResponseFromJson(json!);