Mutation$sendValidationCode$sendValidationCode.fromJson constructor
Implementation
factory Mutation$sendValidationCode$sendValidationCode.fromJson(
Map<String, dynamic> json) {
final l$message = json['message'];
final l$success = json['success'];
return Mutation$sendValidationCode$sendValidationCode(
message: (l$message as String),
success: (l$success as bool),
);
}